about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeSeulArtichaut <leseulartichaut@gmail.com>2020-03-05 08:52:46 +0100
committerGitHub <noreply@github.com>2020-03-05 08:52:46 +0100
commit6ed4829c17bb3bf627fa09b5c15be7e47610acf8 (patch)
tree81c0ea0345d4d2fbc2a766c5f07113687780a5cb
parent1e179690f8ad9790eb3a6b1dbb6a0ddf479f2c86 (diff)
downloadrust-6ed4829c17bb3bf627fa09b5c15be7e47610acf8.tar.gz
rust-6ed4829c17bb3bf627fa09b5c15be7e47610acf8.zip
Make link to `std::str` active
-rw-r--r--src/libcore/str/mod.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libcore/str/mod.rs b/src/libcore/str/mod.rs
index 9c0db5d9872..6ad0e68a88f 100644
--- a/src/libcore/str/mod.rs
+++ b/src/libcore/str/mod.rs
@@ -2,7 +2,9 @@
 
 //! String manipulation.
 //!
-//! For more details, see the `std::str` module.
+//! For more details, see the [`std::str`] module.
+//!
+//! [`std::str`]: ../../std/str/index.html
 
 #![stable(feature = "rust1", since = "1.0.0")]