]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #30545 - bluss:operator-overload, r=steveklabnik
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 25 Dec 2015 11:24:30 +0000 (16:54 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 25 Dec 2015 13:09:56 +0000 (18:39 +0530)
book: Some operator fixes for the syntax index

- Correct the names of the comparison traits (PartialOrd)
- Mention only the traits that overload the operator (PartialOrd,
  PartialEq), not operator-unrelated traits (Ord, Eq).
- Add `!=` operator.


Trivial merge