From 19c302c89af342de9f9a7c48c5f6cd6860fed546 Mon Sep 17 00:00:00 2001 From: Kornel Date: Sun, 24 Feb 2019 17:44:59 +0000 Subject: [PATCH] Update book submodule --- src/doc/book | 2 +- src/libstd/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/book b/src/doc/book index 0e9061cbaf9..fab9419503f 160000 --- a/src/doc/book +++ b/src/doc/book @@ -1 +1 @@ -Subproject commit 0e9061cbaf95adfb9f3ed36c6cef4c046f282e86 +Subproject commit fab9419503f0e34c1a06f9350a6705d0ce741dc6 diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 6dd3a6cc0fd..f1219ec0772 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