]> git.lizzy.rs Git - rust.git/blobdiff - rustfmt.toml
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / rustfmt.toml
index aa0d4888f082dadf7f889c8b18286f0a14dfe54b..828d492a3d19c892b53168bbe8f280641f6b28bd 100644 (file)
@@ -13,7 +13,7 @@ ignore = [
 
     # 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",
+    "tests",
 
     # do not format submodules
     "library/backtrace",