diff options
| author | LeSeulArtichaut <leseulartichaut@gmail.com> | 2020-03-05 08:52:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-05 08:52:46 +0100 |
| commit | 6ed4829c17bb3bf627fa09b5c15be7e47610acf8 (patch) | |
| tree | 81c0ea0345d4d2fbc2a766c5f07113687780a5cb | |
| parent | 1e179690f8ad9790eb3a6b1dbb6a0ddf479f2c86 (diff) | |
| download | rust-6ed4829c17bb3bf627fa09b5c15be7e47610acf8.tar.gz rust-6ed4829c17bb3bf627fa09b5c15be7e47610acf8.zip | |
Make link to `std::str` active
| -rw-r--r-- | src/libcore/str/mod.rs | 4 |
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")] |
