Skip to content

Commit a496450

Browse files
CentrilAaronepower
andauthored
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
1 parent ee3371e commit a496450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Language
3939
unsafe { foo() }
4040
}
4141
```
42-
- [You can now import an item from a module as a `_`.][56303] This allows you to
42+
- [You can now import an item from a module as an `_`.][56303] This allows you to
4343
import a trait's impls, and not have the name in the namespace. E.g.
4444
```rust
4545
use std::io::Read as _;

0 commit comments

Comments
 (0)