Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
This commit is contained in:
parent
ee3371ec91
commit
a4964500a2
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Language
|
||||||
unsafe { foo() }
|
unsafe { foo() }
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
- [You can now import an item from a module as a `_`.][56303] This allows you to
|
- [You can now import an item from a module as an `_`.][56303] This allows you to
|
||||||
import a trait's impls, and not have the name in the namespace. E.g.
|
import a trait's impls, and not have the name in the namespace. E.g.
|
||||||
```rust
|
```rust
|
||||||
use std::io::Read as _;
|
use std::io::Read as _;
|
||||||
|
|
Loading…
Add table
Reference in a new issue