We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028c6f1 commit bffe880Copy full SHA for bffe880
rustfmt.toml
@@ -19,7 +19,6 @@ ignore = [
19
"library/backtrace",
20
"library/portable-simd",
21
"library/stdarch",
22
- "compiler/rustc_codegen_cranelift",
23
"compiler/rustc_codegen_gcc",
24
"src/doc/book",
25
"src/doc/edition-guide",
@@ -36,4 +35,9 @@ ignore = [
36
35
"src/tools/rust-analyzer",
37
"src/tools/rustfmt",
38
"src/tools/rust-installer",
+
39
+ # these are ignored by a standard cargo fmt run
40
+ "compiler/rustc_codegen_cranelift/y.rs", # running rustfmt breaks this file
41
+ "compiler/rustc_codegen_cranelift/example",
42
+ "compiler/rustc_codegen_cranelift/scripts",
43
]
0 commit comments