Rollup merge of #36813 - palango:link-to-fmt, r=steveklabnik

Add link to format! docs
This commit is contained in:
Jonathan Turner 2016-09-28 20:21:53 -07:00 committed by GitHub
commit f12f9504b3
1 changed files with 3 additions and 1 deletions

View File

@ -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
///