about summary refs log tree commit diff
path: root/src/libstd
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/libstd
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/libstd')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
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