Skip to content

Commit ad91141

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/main.rs

+1
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)