Skip to content

Commit

Permalink
Do not exempt nonexistent platforms from platform policy
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Feb 21, 2025
1 parent a18bd8a commit 2f29c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/tidy/src/target_policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2f29c2e

Please sign in to comment.