about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-02-27 07:53:56 +0000
committerbors <bors@rust-lang.org>2019-02-27 07:53:56 +0000
commitf5b5f924eb9bfe7e28984fb3ae43f65ebe2bdaa2 (patch)
tree4e8f1f1bf808b8b2fdd740f316249109e039e404 /src
parentf0be45738dd3524f9487f3cf358ef014b12c4061 (diff)
parent19c302c89af342de9f9a7c48c5f6cd6860fed546 (diff)
downloadrust-f5b5f924eb9bfe7e28984fb3ae43f65ebe2bdaa2.tar.gz
rust-f5b5f924eb9bfe7e28984fb3ae43f65ebe2bdaa2.zip
Auto merge of #58709 - kornelski:book, r=QuietMisdreavus
Update book submodule

Updates the book to the latest commit

This is to include [documentation SEO fix](https://github.com/rust-lang/book/pull/1788) ASAP.
Diffstat (limited to 'src')
m---------src/doc/book0
-rw-r--r--src/libstd/lib.rs2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book b/src/doc/book
-Subproject 0e9061cbaf95adfb9f3ed36c6cef4c046f282e8
+Subproject fab9419503f0e34c1a06f9350a6705d0ce741dc
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 877a5a96c10..ff72704bfbf 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -187,7 +187,7 @@
 //! [`sync`]: sync/index.html
 //! [`thread`]: thread/index.html
 //! [`use std::env`]: env/index.html
-//! [`use`]: ../book/ch07-02-modules-and-use-to-control-scope-and-privacy.html#the-use-keyword-to-bring-paths-into-a-scope
+//! [`use`]: ../book/ch07-02-defining-modules-to-control-scope-and-privacy.html
 //! [crates.io]: https://crates.io
 //! [deref-coercions]: ../book/ch15-02-deref.html#implicit-deref-coercions-with-functions-and-methods
 //! [files]: fs/struct.File.html