]> git.lizzy.rs Git - rust.git/blobdiff - rustfmt.toml
Auto merge of #82338 - RalfJung:interp-error-allocs, r=oli-obk
[rust.git] / rustfmt.toml
index 45cce186c09969b9dc597b6da531c63438a96f6c..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