Skip to content

Commit f12f950

Browse files
author
Jonathan Turner
authored
Rollup merge of rust-lang#36813 - palango:link-to-fmt, r=steveklabnik
Add link to format! docs
2 parents 02c0506 + c48b7ab commit f12f950

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libcollections/macros.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ macro_rules! vec {
6868
}
6969

7070
/// Use the syntax described in `std::fmt` to create a value of type `String`.
71-
/// See `std::fmt` for more information.
71+
/// See [`std::fmt`][fmt] for more information.
72+
///
73+
/// [fmt]: ../std/fmt/index.html
7274
///
7375
/// # Examples
7476
///

0 commit comments

Comments
 (0)