There was an error while loading. Please reload this page.
1 parent dcc8d57 commit c48b7abCopy full SHA for c48b7ab
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