Skip to content

Commit bd71fb0

Browse files
committed
Add missing issue reference
1 parent 8bcf4cb commit bd71fb0

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)