Skip to content

Commit 2f29c2e

Browse files
Do not exempt nonexistent platforms from platform policy
1 parent a18bd8a commit 2f29c2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/tools/tidy/src/target_policy.rs

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const EXCEPTIONS: &[&str] = &[
2121
"xtensa_esp32s2_espidf",
2222
"xtensa_esp32s3_none_elf",
2323
"xtensa_esp32s3_espidf",
24-
"i586_pc_nto_qnx700", // Renamed to i686-pc-nto-qnx700, see https://github.com/rust-lang/rust/issues/136495
2524
];
2625

2726
pub fn check(root_path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)