Skip to content

Commit f2848a0

Browse files
committedOct 20, 2018
Rollup merge of #55213 - qmx:tidy-fix, r=tmandry
when you try to edit a crate inside the compiler tree using rls, it generates it's assets under target/rls, then tidy is trying to validate line lenghts for C headers, etc
2 parents 50cc08d + cf90f72 commit f2848a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/tools/tidy/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ fn filter_dirs(path: &Path) -> bool {
7878
"src/tools/lldb",
7979
"src/target",
8080
"src/stdsimd",
81+
"target",
8182
];
8283
skip.iter().any(|p| path.ends_with(p))
8384
}

0 commit comments

Comments
 (0)