We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a1922 commit 31d5348Copy full SHA for 31d5348
src/tools/tidy/src/walk.rs
@@ -23,6 +23,7 @@ pub fn filter_dirs(path: &Path) -> bool {
23
"src/doc/book",
24
// Filter RLS output directories
25
"target/rls",
26
+ "src/bootstrap/target",
27
];
28
skip.iter().any(|p| path.ends_with(p))
29
}
0 commit comments