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.
This commit is contained in:
bors 2019-02-27 07:53:56 +00:00
commit f5b5f924eb
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 0e9061cbaf95adfb9f3ed36c6cef4c046f282e86
Subproject commit fab9419503f0e34c1a06f9350a6705d0ce741dc6

View file

@ -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