mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 15:43:24 +03:00
Add link to format! docs
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user