mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-21 04:03:11 +00:00
add config test
This commit is contained in:
parent
7c246344f8
commit
5b121582e5
@ -1285,7 +1285,7 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
### `true`:
|
||||
#### `true`:
|
||||
```rust
|
||||
fn main() {
|
||||
(foo());
|
||||
|
@ -0,0 +1,5 @@
|
||||
// rustfmt-remove_nested_parens: true
|
||||
|
||||
fn main() {
|
||||
((((((foo()))))));
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
// rustfmt-remove_nested_parens: true
|
||||
|
||||
fn main() {
|
||||
(foo());
|
||||
}
|
Loading…
Reference in New Issue
Block a user