mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
Rollup merge of #118737 - nnethercote:tidy-alphabetical-in-testsa, r=Nilstrieb
Extend tidy alphabetical checking to `tests/`. This is desired for #118702. r? ```@Nilstrieb```
This commit is contained in:
commit
ad9114125d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user