Skip to content

Commit b656f3c

Browse files
authored
Merge pull request #1976 from tshepang/patch-3
enum_use.md: avoid an uncommon term
2 parents c2ec096 + a29d45a commit b656f3c

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)