Skip to content

Commit 6ed4829

Browse files
Make link to std::str active
1 parent 1e17969 commit 6ed4829

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)