Skip to content

Commit 7aac135

Browse files
authored
Rollup merge of #69728 - LeSeulArtichaut:patch-1, r=steveklabnik
Make link to `std::str` active Closes #69726. r? @dtolnay
2 parents 22a743b + 6ed4829 commit 7aac135

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libcore/str/mod.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
//! String manipulation.
44
//!
5-
//! For more details, see the `std::str` module.
5+
//! For more details, see the [`std::str`] module.
6+
//!
7+
//! [`std::str`]: ../../std/str/index.html
68
79
#![stable(feature = "rust1", since = "1.0.0")]
810

0 commit comments

Comments
 (0)