Skip to content

Commit

Permalink
Unrolled build for rust-lang#118737
Browse files Browse the repository at this point in the history
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```
  • Loading branch information
rust-timer authored Dec 9, 2023
2 parents c416699 + 5d16c54 commit f9ad14c
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 f9ad14c

Please sign in to comment.