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 f944161 commit a29d45aCopy full SHA for a29d45a
src/custom_types/enum/enum_use.md
@@ -1,6 +1,6 @@
1
# use
2
3
-The `use` declaration can be used so manual scoping isn't needed:
+The `use` declaration can be used to avoid typing the full module path to access a name:
4
5
```rust,editable
6
// An attribute to hide warnings for unused code.
0 commit comments