We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18bd8a commit 2f29c2eCopy full SHA for 2f29c2e
src/tools/tidy/src/target_policy.rs
@@ -21,7 +21,6 @@ const EXCEPTIONS: &[&str] = &[
21
"xtensa_esp32s2_espidf",
22
"xtensa_esp32s3_none_elf",
23
"xtensa_esp32s3_espidf",
24
- "i586_pc_nto_qnx700", // Renamed to i686-pc-nto-qnx700, see https://github.com/rust-lang/rust/issues/136495
25
];
26
27
pub fn check(root_path: &Path, bad: &mut bool) {
0 commit comments