mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-21 20:23:21 +00:00
add config test
This commit is contained in:
parent
7c246344f8
commit
5b121582e5
@ -1285,7 +1285,7 @@ fn main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### `true`:
|
#### `true`:
|
||||||
```rust
|
```rust
|
||||||
fn main() {
|
fn main() {
|
||||||
(foo());
|
(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