Add link to format! docs

This commit is contained in:
Paul Lange 2016-09-28 23:59:56 +02:00
parent dcc8d578a0
commit c48b7abd4c
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
///