mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-25 21:34:18 +00:00
Fixing spaces_within_parens_and_brackets=false
snippet
This commit is contained in:
parent
8d0497bf83
commit
9a9bb8564b
@ -1592,7 +1592,9 @@ fn lorem<T: Eq>(t: T) {
|
||||
}
|
||||
|
||||
// non-empty square brackets
|
||||
let lorem: [usize; 2] = [ipsum, dolor];
|
||||
fn lorem<T: Eq>(t: T) {
|
||||
let lorem: [usize; 2] = [ipsum, dolor];
|
||||
}
|
||||
```
|
||||
|
||||
#### `true`:
|
||||
|
Loading…
Reference in New Issue
Block a user