summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2018-11-20 19:49:47 -0500
committerSteve Klabnik <steve@steveklabnik.com>2018-11-21 06:50:17 -0500
commitd7b3f5c6aeedf07c6a0ea4d5a79a106642488e0d (patch)
tree1d146e70d1c256859d77d3481aca8cf89b0a481f /src/libstd/lib.rs
parent57b7d55591d0a4a0d9aa16afa0f202427aa89aa3 (diff)
downloadrust-d7b3f5c6aeedf07c6a0ea4d5a79a106642488e0d.tar.gz
rust-d7b3f5c6aeedf07c6a0ea4d5a79a106642488e0d.zip
update various stdlib docs
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index eb7caa61972..575903d576a 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -185,7 +185,7 @@
 //! [slice]: primitive.slice.html
 //! [`atomic`]: sync/atomic/index.html
 //! [`collections`]: collections/index.html
-/// [`for`]: ../../book/ch03-05-control-flow.html#looping-through-a-collection-with-for
+//! [`for`]: ../book/ch03-05-control-flow.html#looping-through-a-collection-with-for
 //! [`format!`]: macro.format.html
 //! [`fs`]: fs/index.html
 //! [`io`]: io/index.html
@@ -200,7 +200,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#use-to-bring-paths-into-scope
+//! [`use`]: ../book/ch07-02-modules-and-use-to-control-scope-and-privacy.html#the-use-keyword-to-bring-paths-into-a-scope
 //! [crate root]: ../book/ch07-01-packages-and-crates-for-making-libraries-and-executables.html
 //! [crates.io]: https://crates.io
 //! [deref-coercions]: ../book/ch15-02-deref.html#implicit-deref-coercions-with-functions-and-methods