diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2021-07-19 19:08:08 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2021-08-12 21:56:23 -0400 |
| commit | 8841e9e632c0c8c815e8f3ab4c57feb22a99ceb5 (patch) | |
| tree | 88f874b395f6b9fe054142224c7b61676344edd4 /src/tools/tidy | |
| parent | f7237f16ae1c94e35b1927f0e25aef4a3a6e3f22 (diff) | |
| download | rust-8841e9e632c0c8c815e8f3ab4c57feb22a99ceb5.tar.gz rust-8841e9e632c0c8c815e8f3ab4c57feb22a99ceb5.zip | |
Fix tidy
Diffstat (limited to 'src/tools/tidy')
| -rw-r--r-- | src/tools/tidy/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/lib.rs b/src/tools/tidy/src/lib.rs index a1c41eb9981..003c3a4fd36 100644 --- a/src/tools/tidy/src/lib.rs +++ b/src/tools/tidy/src/lib.rs @@ -56,6 +56,7 @@ fn filter_dirs(path: &Path) -> bool { let skip = [ "tidy-test-file", "compiler/rustc_codegen_cranelift", + "compiler/rustc_codegen_gcc", "src/llvm-project", "library/backtrace", "library/stdarch", |
