Skip to content

Commit 591df08

Browse files
ytmimicalebcartwright
authored andcommitted
Add missing issue reference
1 parent eca7a94 commit 591df08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// It NFC-normalizes to ó, U+00F3 LATIN SMALL LETTER O WITH ACUTE.
1414
trait Foó: Bar {}
1515
```
16-
- 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.
16+
- 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)
1717
```rust
1818
let range = 3. / 2. ..4.;
1919
```

0 commit comments

Comments
 (0)