From 2f29c2ef5516e553c4ce5eb423efc864f8eb20d6 Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Fri, 21 Feb 2025 01:11:09 -0800 Subject: [PATCH] Do not exempt nonexistent platforms from platform policy --- src/tools/tidy/src/target_policy.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/tidy/src/target_policy.rs b/src/tools/tidy/src/target_policy.rs index b2681934417cb..776221d306233 100644 --- a/src/tools/tidy/src/target_policy.rs +++ b/src/tools/tidy/src/target_policy.rs @@ -21,7 +21,6 @@ const EXCEPTIONS: &[&str] = &[ "xtensa_esp32s2_espidf", "xtensa_esp32s3_none_elf", "xtensa_esp32s3_espidf", - "i586_pc_nto_qnx700", // Renamed to i686-pc-nto-qnx700, see https://github.com/rust-lang/rust/issues/136495 ]; pub fn check(root_path: &Path, bad: &mut bool) {