mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 15:33:53 +00:00
Add missing issue reference
This commit is contained in:
parent
eca7a94033
commit
591df0823c
@ -13,7 +13,7 @@
|
||||
// It NFC-normalizes to ó, U+00F3 LATIN SMALL LETTER O WITH ACUTE.
|
||||
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
|
||||
let range = 3. / 2. ..4.;
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user