Rollup merge of #36813 - palango:link-to-fmt, r=steveklabnik
Add link to format! docs
This commit is contained in:
commit
f12f9504b3
|
@ -68,7 +68,9 @@ macro_rules! vec {
|
|||
}
|
||||
|
||||
/// Use the syntax described in `std::fmt` to create a value of type `String`.
|
||||
/// See `std::fmt` for more information.
|
||||
/// See [`std::fmt`][fmt] for more information.
|
||||
///
|
||||
/// [fmt]: ../std/fmt/index.html
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue