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

@ -1 +1 @@
Subproject commit 7db393dae740d84775b73f403123c866e94e3a5b
Subproject commit 3944d61149fa234ea991b498d4dac4fcec68a80e

@ -1 +1 @@
Subproject commit 1625e0b8c870891b84b0969777a974bf87be579b
Subproject commit cfb1f2d7e5eb6143915d5a63afe4cf58e8531c27

@ -1 +1 @@
Subproject commit 36adc6ae504c6e0343ab5d7b3871f0a2a71236da
Subproject commit 857f2c97c8075d39fa07eb4a404980519faa600a

View File

@ -150,7 +150,7 @@
//! [`Sub`]: trait.Sub.html
//! [`Mul`]: trait.Mul.html
//! [`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")]