Update tidy target_policy to account for //@
directives
This commit is contained in:
parent
90a189c19b
commit
95f4d4da43
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use std::{collections::HashSet, path::Path};
|
|||
|
||||
const TARGET_DEFINITIONS_PATH: &str = "compiler/rustc_target/src/spec/targets/";
|
||||
const ASSEMBLY_TEST_PATH: &str = "tests/assembly/targets/";
|
||||
const REVISION_LINE_START: &str = "// revisions: ";
|
||||
const REVISION_LINE_START: &str = "//@ revisions: ";
|
||||
const EXCEPTIONS: &[&str] = &[
|
||||
// FIXME: disabled since it fails on CI saying the csky component is missing
|
||||
"csky_unknown_linux_gnuabiv2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue