Skip to content

Commit 0f56361

Browse files
authored
Rollup merge of #137367 - workingjubilee:remove-stray-line, r=jieyouxu
Do not exempt nonexistent platforms from platform policy In #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 b012356 + 2f29c2e commit 0f56361

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)