Add missing issue reference
This commit is contained in:
parent
eca7a94033
commit
591df0823c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
// It NFC-normalizes to ó, U+00F3 LATIN SMALL LETTER O WITH ACUTE.
|
// It NFC-normalizes to ó, U+00F3 LATIN SMALL LETTER O WITH ACUTE.
|
||||||
trait Foó: Bar {}
|
trait Foó: Bar {}
|
||||||
```
|
```
|
||||||
- Ensure a space is added to a range expression, when the right hand side of the range expression is a binary expression that ends with a trailing period.
|
- Ensure a space is added to a range expression, when the right hand side of the range expression is a binary expression that ends with a trailing period [#6059](https://github.com/rust-lang/rustfmt/issues/6059)
|
||||||
```rust
|
```rust
|
||||||
let range = 3. / 2. ..4.;
|
let range = 3. / 2. ..4.;
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue