Skip to content

Commit

Permalink
Rollup merge of #36813 - palango:link-to-fmt, r=steveklabnik
Browse files Browse the repository at this point in the history
Add link to format! docs
  • Loading branch information
Jonathan Turner authored Sep 29, 2016
2 parents 02c0506 + c48b7ab commit f12f950
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libcollections/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit f12f950

Please sign in to comment.