Skip to content

Commit a29d45a

Browse files
authored
enum_use.md: avoid an uncommon term
I have not seen manual scoping used elsewhere before
1 parent f944161 commit a29d45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom_types/enum/enum_use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# use
22

3-
The `use` declaration can be used so manual scoping isn't needed:
3+
The `use` declaration can be used to avoid typing the full module path to access a name:
44

55
```rust,editable
66
// An attribute to hide warnings for unused code.

0 commit comments

Comments
 (0)