Skip to content

Commit d9f77c7

Browse files
committed
rust-installer and rls no longer submodule, so fix tidy walk list
1 parent f3d9248 commit d9f77c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/tidy/src/walk.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ use std::{ffi::OsStr, fs::File, io::Read, path::Path};
44

55
/// The default directory filter.
66
pub fn filter_dirs(path: &Path) -> bool {
7+
// FIXME: sync submodule exclusion list with rustfmt.toml
8+
// bootstrap/etc
79
let skip = [
810
"tidy-test-file",
911
"compiler/rustc_codegen_cranelift",
@@ -15,9 +17,7 @@ pub fn filter_dirs(path: &Path) -> bool {
1517
"src/tools/cargo",
1618
"src/tools/clippy",
1719
"src/tools/miri",
18-
"src/tools/rls",
1920
"src/tools/rust-analyzer",
20-
"src/tools/rust-installer",
2121
"src/tools/rustfmt",
2222
"src/doc/book",
2323
"src/doc/edition-guide",

0 commit comments

Comments
 (0)