]> git.lizzy.rs Git - rust.git/blobdiff - rustfmt.toml
Run some rustc passes in rustdoc
[rust.git] / rustfmt.toml
index 2b1c516cf7720aa947f5014062ee934eb8031b1c..af807aa6f739e75c4e61d7cefd61f89df4487296 100644 (file)
@@ -6,7 +6,7 @@ merge_derives = false
 # by default we ignore everything in the repository
 # tidy only checks files which are not ignored, each entry follows gitignore style
 ignore = [
-    "build",
+    "/build/",
     "/vendor/",
 
     # tests for now are not formatted, as they are sometimes pretty-printing constrained
@@ -32,7 +32,4 @@ ignore = [
     "src/tools/rust-analyzer",
     "src/tools/rustfmt",
     "src/tools/rust-installer",
-
-    # We do not format this file as it is externally sourced and auto-generated.
-    "library/std/src/sys/cloudabi/abi/cloudabi.rs",
 ]