Remove an almost-duplicated sentence.
It seems to refer to something that used to exist, but got moved, and then not everything got cleaned up.
This commit is contained in:
parent
571f371b3f
commit
568f13ac70
1 changed files with 0 additions and 3 deletions
|
|
@ -55,9 +55,6 @@ fn process_color_change(msg: Message) {
|
|||
}
|
||||
```
|
||||
|
||||
Both variants are named `Digit`, but since they’re scoped to the `enum` name
|
||||
there's no ambiguity.
|
||||
|
||||
Not supporting these operations may seem rather limiting, but it’s a limitation
|
||||
which we can overcome. There are two ways: by implementing equality ourselves,
|
||||
or by pattern matching variants with [`match`][match] expressions, which you’ll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue