Skip to content

Commit f9ad14c

Browse files
authored
Unrolled build for rust-lang#118737
Rollup merge of rust-lang#118737 - nnethercote:tidy-alphabetical-in-testsa, r=Nilstrieb Extend tidy alphabetical checking to `tests/`. This is desired for rust-lang#118702. r? ```@Nilstrieb```
2 parents c416699 + 5d16c54 commit f9ad14c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ fn main() {
132132
check!(edition, &library_path);
133133

134134
check!(alphabetical, &src_path);
135+
check!(alphabetical, &tests_path);
135136
check!(alphabetical, &compiler_path);
136137
check!(alphabetical, &library_path);
137138

0 commit comments

Comments
 (0)