Skip to content

Commit

Permalink
Extend tidy alphabetical checking to tests/.
Browse files Browse the repository at this point in the history
This is desired for rust-lang#118702.
  • Loading branch information
nnethercote committed Dec 8, 2023
1 parent 7a34091 commit 5d16c54
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 5d16c54

Please sign in to comment.