We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02c0506 + c48b7ab commit f12f950Copy full SHA for f12f950
src/libcollections/macros.rs
@@ -68,7 +68,9 @@ macro_rules! vec {
68
}
69
70
/// Use the syntax described in `std::fmt` to create a value of type `String`.
71
-/// See `std::fmt` for more information.
+/// See [`std::fmt`][fmt] for more information.
72
+///
73
+/// [fmt]: ../std/fmt/index.html
74
///
75
/// # Examples
76
0 commit comments