]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/tidy/src/lib.rs
Rollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakis
[rust.git] / src / tools / tidy / src / lib.rs
index 731a3d96cff9d9521c848200e667744dcb2f2310..56c0b21cd53c7b7e1a1f25aa392033b29cf52573 100644 (file)
@@ -64,6 +64,7 @@ fn filter_dirs(path: &Path) -> bool {
         "src/tools/rls",
         "src/tools/clippy",
         "src/tools/rust-installer",
+        "src/tools/rustfmt",
     ];
     skip.iter().any(|p| path.ends_with(p))
 }