]> git.lizzy.rs Git - rust.git/blobdiff - rustfmt.toml
Fix failing backtrace ui tests
[rust.git] / rustfmt.toml
index 5eab194464520e939c504358b49926b7f776c5be..2a034845c6e0b5df42b0ef7757ed84aebd60fa9d 100644 (file)
@@ -6,14 +6,12 @@ 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",
+
     # tests for now are not formatted, as they are sometimes pretty-printing constrained
     # (and generally rustfmt can move around comments in UI-testing incompatible ways)
     "src/test",
 
-    # tidy issues (line length, etc.)
-    # to be fixed shortly
-    "src/librustc_feature",
-
     # do not format submodules
     "src/doc/book",
     "src/doc/edition-guide",