Skip to content

Commit e738e96

Browse files
authored
Unrolled build for rust-lang#137367
Rollup merge of rust-lang#137367 - workingjubilee:remove-stray-line, r=jieyouxu Do not exempt nonexistent platforms from platform policy In rust-lang#137324 I approved the change of the i586-pc-qnx platform to i686 with this extra line included. I noticed it but thought it was a bootstrap problem of some sort. Nonetheless, removing this line doesn't seem to change anything. r? `@Noratrieb`
2 parents 71e06b9 + 2f29c2e commit e738e96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)