Skip to content

Commit

Permalink
Rollup merge of #118737 - nnethercote:tidy-alphabetical-in-testsa, r=…
Browse files Browse the repository at this point in the history
…Nilstrieb

Extend tidy alphabetical checking to `tests/`.

This is desired for #118702.

r? ````@Nilstrieb````
  • Loading branch information
GuillaumeGomez authored Dec 8, 2023
2 parents 6f4ce6c + 5d16c54 commit a3e37ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ fn main() {
check!(edition, &library_path);

check!(alphabetical, &src_path);
check!(alphabetical, &tests_path);
check!(alphabetical, &compiler_path);
check!(alphabetical, &library_path);

Expand Down

0 comments on commit a3e37ff

Please sign in to comment.