We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3371e commit a496450Copy full SHA for a496450
RELEASES.md
@@ -39,7 +39,7 @@ Language
39
unsafe { foo() }
40
}
41
```
42
-- [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
43
import a trait's impls, and not have the name in the namespace. E.g.
44
```rust
45
use std::io::Read as _;
0 commit comments