We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5501f07 + 568f13a commit 6df13d4Copy full SHA for 6df13d4
src/doc/trpl/enums.md
@@ -55,9 +55,6 @@ fn process_color_change(msg: Message) {
55
}
56
```
57
58
-Both variants are named `Digit`, but since they’re scoped to the `enum` name
59
-there's no ambiguity.
60
-
61
Not supporting these operations may seem rather limiting, but it’s a limitation
62
which we can overcome. There are two ways: by implementing equality ourselves,
63
or by pattern matching variants with [`match`][match] expressions, which you’ll
0 commit comments