Skip to content

Commit 95f4d4d

Browse files
committed
Update tidy target_policy to account for //@ directives
1 parent 90a189c commit 95f4d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/target_policy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::{collections::HashSet, path::Path};
77

88
const TARGET_DEFINITIONS_PATH: &str = "compiler/rustc_target/src/spec/targets/";
99
const ASSEMBLY_TEST_PATH: &str = "tests/assembly/targets/";
10-
const REVISION_LINE_START: &str = "// revisions: ";
10+
const REVISION_LINE_START: &str = "//@ revisions: ";
1111
const EXCEPTIONS: &[&str] = &[
1212
// FIXME: disabled since it fails on CI saying the csky component is missing
1313
"csky_unknown_linux_gnuabiv2",

0 commit comments

Comments
 (0)