From 6ed4829c17bb3bf627fa09b5c15be7e47610acf8 Mon Sep 17 00:00:00 2001 From: LeSeulArtichaut Date: Thu, 5 Mar 2020 08:52:46 +0100 Subject: [PATCH] Make link to `std::str` active --- src/libcore/str/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libcore/str/mod.rs b/src/libcore/str/mod.rs index 9c0db5d98725d..6ad0e68a88f3b 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")]