Update RELEASES.md

Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
This commit is contained in:
Mazdak Farrokhzad 2019-02-13 10:54:13 +01:00 committed by GitHub
parent ee3371ec91
commit a4964500a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ Language
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.
```rust
use std::io::Read as _;