X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Ftidy%2Fsrc%2Fmain.rs;h=aa8d8b4f64d7d0ee3a4e4f5f524480809e8af69b;hb=45b87fb75ce2ed9cf3915f8a46e7c77d1540d010;hp=d555f7c8e34fffbaefb5158ddc5e2b815bf77ea3;hpb=fdee059c9050d8135dc98db8c90b225c9e6b085a;p=rust.git diff --git a/src/tools/tidy/src/main.rs b/src/tools/tidy/src/main.rs index d555f7c8e34..aa8d8b4f64d 100644 --- a/src/tools/tidy/src/main.rs +++ b/src/tools/tidy/src/main.rs @@ -78,13 +78,8 @@ macro_rules! check { check!(unit_tests, &compiler_path); check!(unit_tests, &library_path); - if bins::check_filesystem_support( - &[&src_path, &compiler_path, &library_path], - &output_directory, - ) { - check!(bins, &src_path); - check!(bins, &compiler_path); - check!(bins, &library_path); + if bins::check_filesystem_support(&[&root_path], &output_directory) { + check!(bins, &root_path); } check!(style, &src_path);