add target/ to ignored tidy dirs
This commit is contained in:
parent
0f9c784751
commit
005791b33f
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ fn filter_dirs(path: &Path) -> bool {
|
|||
"src/tools/miri",
|
||||
"src/librustc/mir/interpret",
|
||||
"src/librustc_mir/interpret",
|
||||
"src/target",
|
||||
];
|
||||
skip.iter().any(|p| path.ends_with(p))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue