Skip to content

Commit 14d8055

Browse files
authored
Rollup merge of rust-lang#44980 - steveklabnik:update-books, r=estebank
update books for next release Also fixes some stdlib links to the reference which have changed. First step in https://forge.rust-lang.org/release-process.html, doing it a few days early 😄
2 parents b380254 + 851b6d4 commit 14d8055

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Diff for: src/doc/book

Submodule book updated 53 files

Diff for: src/doc/nomicon

Diff for: src/doc/reference

Diff for: src/libcore/ops/deref.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/// [book]: ../../book/second-edition/ch15-02-deref.html
4141
/// [`DerefMut`]: trait.DerefMut.html
4242
/// [more]: #more-on-deref-coercion
43-
/// [ref-deref-op]: ../../reference/expressions.html#the-dereference-operator
43+
/// [ref-deref-op]: ../../reference/expressions/operator-expr.html#the-dereference-operator
4444
/// [ref-deref-trait]: ../../reference/the-deref-trait.html
4545
/// [type coercions]: ../../reference/type-coercions.html
4646
///
@@ -127,7 +127,7 @@ impl<'a, T: ?Sized> Deref for &'a mut T {
127127
/// [book]: ../../book/second-edition/ch15-02-deref.html
128128
/// [`Deref`]: trait.Deref.html
129129
/// [more]: #more-on-deref-coercion
130-
/// [ref-deref-op]: ../../reference/expressions.html#the-dereference-operator
130+
/// [ref-deref-op]: ../../reference/expressions/operator-expr.html#the-dereference-operator
131131
/// [ref-deref-trait]: ../../reference/the-deref-trait.html
132132
/// [type coercions]: ../../reference/type-coercions.html
133133
///

Diff for: src/libcore/ops/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
//! [`Sub`]: trait.Sub.html
151151
//! [`Mul`]: trait.Mul.html
152152
//! [`clone`]: ../clone/trait.Clone.html#tymethod.clone
153-
//! [operator precedence]: ../../reference/expressions.html#operator-precedence
153+
//! [operator precedence]: ../../reference/expressions/operator-expr.html#operator-precedence
154154
155155
#![stable(feature = "rust1", since = "1.0.0")]
156156

0 commit comments

Comments
 (0)