We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::str
1 parent 1e17969 commit 6ed4829Copy full SHA for 6ed4829
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