We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tidy-alphabetical-{start,end}
1 parent cae0791 commit a504c0cCopy full SHA for a504c0c
src/tools/tidy/src/alphabetical.rs
@@ -30,8 +30,8 @@ fn is_close_bracket(c: char) -> bool {
30
}
31
32
// Don't let tidy check this here :D
33
-const START_COMMENT: &str = concat!("// tidy-alphabetical", "-start");
34
-const END_COMMENT: &str = "// tidy-alphabetical-end";
+const START_COMMENT: &str = concat!("tidy-alphabetical", "-start");
+const END_COMMENT: &str = "tidy-alphabetical-end";
35
36
fn check_section<'a>(
37
file: impl Display,
0 commit comments