rustfmt does not support use closures yet
This commit is contained in:
parent
20f93c9e8e
commit
dfa58e39c8
1 changed files with 4 additions and 0 deletions
|
@ -53,4 +53,8 @@ ignore = [
|
|||
# Code automatically generated and included.
|
||||
"compiler/rustc_codegen_gcc/src/intrinsic/archs.rs",
|
||||
"compiler/rustc_codegen_gcc/example",
|
||||
|
||||
# Rustfmt doesn't support use closures yet
|
||||
"tests/mir-opt/ergonomic-clones/closure.rs",
|
||||
"tests/codegen/ergonomic-clones/closure.rs",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue