Skip to content

Commit f5b5f92

Browse files
committed
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](rust-lang/book#1788) ASAP.
2 parents f0be457 + 19c302c commit f5b5f92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/book

Submodule book updated 244 files

src/libstd/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
//! [`sync`]: sync/index.html
188188
//! [`thread`]: thread/index.html
189189
//! [`use std::env`]: env/index.html
190-
//! [`use`]: ../book/ch07-02-modules-and-use-to-control-scope-and-privacy.html#the-use-keyword-to-bring-paths-into-a-scope
190+
//! [`use`]: ../book/ch07-02-defining-modules-to-control-scope-and-privacy.html
191191
//! [crates.io]: https://crates.io
192192
//! [deref-coercions]: ../book/ch15-02-deref.html#implicit-deref-coercions-with-functions-and-methods
193193
//! [files]: fs/struct.File.html

0 commit comments

Comments
 (0)