Skip to content

Commit

Permalink
Add link to format! docs
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Sep 28, 2016
1 parent dcc8d57 commit c48b7ab
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 c48b7ab

Please sign in to comment.