mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 04:26:48 +00:00
rustfmt does not support use closures yet
This commit is contained in:
parent
20f93c9e8e
commit
dfa58e39c8
@ -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…
Reference in New Issue
Block a user