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…
x
Reference in New Issue
Block a user