mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
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`.
|
/// 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
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user