diff options
| author | bors <bors@rust-lang.org> | 2020-03-05 21:39:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-03-05 21:39:00 +0000 |
| commit | b818ccc74c993d41286731f67ce1e2bc2a3f1918 (patch) | |
| tree | 6743244ae1971d5aeab96ba3f6e27eb395787de4 /src/libcore | |
| parent | 96bb8b31c81dc2394317f2f083c3acf8087efea1 (diff) | |
| parent | 80c843431d54a4afb7ec92ceaa37cf4faa0a0653 (diff) | |
| download | rust-b818ccc74c993d41286731f67ce1e2bc2a3f1918.tar.gz rust-b818ccc74c993d41286731f67ce1e2bc2a3f1918.zip | |
Auto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r=Dylan-DPC
Rollup of 8 pull requests Successful merges: - #69697 (Add explanation for E0380) - #69698 (Use associated constants of integer types) - #69711 (Update macros.rs: fix documentation typo.) - #69713 (more clippy cleanups) - #69728 (Make link to `std::str` active) - #69732 (Clean E0382 and E0384 explanations) - #69736 (even more clippy cleanups) - #69742 (Fixed a typo) Failed merges: r? @ghost
Diffstat (limited to 'src/libcore')
| -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")] |
