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:
Aaron Gallagher 2015-05-14 17:04:00 -07:00
parent 571f371b3f
commit 568f13ac70

View file

@ -55,9 +55,6 @@ fn process_color_change(msg: Message) {
}
```
Both variants are named `Digit`, but since theyre scoped to the `enum` name
there's no ambiguity.
Not supporting these operations may seem rather limiting, but its a limitation
which we can overcome. There are two ways: by implementing equality ourselves,
or by pattern matching variants with [`match`][match] expressions, which youll