Update books for next release

Also includes a fix in std::ops
This commit is contained in:
steveklabnik
2017-11-20 06:19:25 -05:00
parent 41e03c3c46
commit a3917b2b86
4 changed files with 4 additions and 4 deletions

View File

@@ -150,7 +150,7 @@
//! [`Sub`]: trait.Sub.html //! [`Sub`]: trait.Sub.html
//! [`Mul`]: trait.Mul.html //! [`Mul`]: trait.Mul.html
//! [`clone`]: ../clone/trait.Clone.html#tymethod.clone //! [`clone`]: ../clone/trait.Clone.html#tymethod.clone
//! [operator precedence]: ../../reference/expressions/operator-expr.html#operator-precedence //! [operator precedence]: ../../reference/expressions.html#expression-precedence
#![stable(feature = "rust1", since = "1.0.0")] #![stable(feature = "rust1", since = "1.0.0")]