diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-13 10:54:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-13 10:54:13 +0100 |
| commit | a4964500a2a7cc680df40847267a1345090b8ed9 (patch) | |
| tree | f2ced5eda0b607cbb696fe9ecd31818e17abb346 | |
| parent | ee3371ec912c542298fb693f782e74c8ebdea118 (diff) | |
| download | rust-a4964500a2a7cc680df40847267a1345090b8ed9.tar.gz rust-a4964500a2a7cc680df40847267a1345090b8ed9.zip | |
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 5ab7571dfcd..b4e4f2f3c66 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 _; |
