diff options
| author | yukang <moorekang@gmail.com> | 2022-09-14 14:44:42 +0800 |
|---|---|---|
| committer | yukang <moorekang@gmail.com> | 2022-09-14 14:44:42 +0800 |
| commit | 31d53489bca824087a641dddc34e2e1ba06e20c4 (patch) | |
| tree | aee26da06dec2d883da64613962f20ec460a6762 | |
| parent | 88a192257ce110e7fb1732aa2b65e481f811db7a (diff) | |
| download | rust-31d53489bca824087a641dddc34e2e1ba06e20c4.tar.gz rust-31d53489bca824087a641dddc34e2e1ba06e20c4.zip | |
tidy will not check coding style in bootstrap/target
| -rw-r--r-- | src/tools/tidy/src/walk.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/walk.rs b/src/tools/tidy/src/walk.rs index 6dca55dfa9f..b07e80767fa 100644 --- a/src/tools/tidy/src/walk.rs +++ b/src/tools/tidy/src/walk.rs @@ -23,6 +23,7 @@ pub fn filter_dirs(path: &Path) -> bool { "src/doc/book", // Filter RLS output directories "target/rls", + "src/bootstrap/target", ]; skip.iter().any(|p| path.ends_with(p)) } |
