We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22a743b + 6ed4829 commit 7aac135Copy full SHA for 7aac135
src/libcore/str/mod.rs
@@ -2,7 +2,9 @@
2
3
//! String manipulation.
4
//!
5
-//! For more details, see the `std::str` module.
+//! For more details, see the [`std::str`] module.
6
+//!
7
+//! [`std::str`]: ../../std/str/index.html
8
9
#![stable(feature = "rust1", since = "1.0.0")]
10
0 commit comments