Skip to content

Commit

Permalink
Merge pull request #132 from danielparks/fix-doc-warnings
Browse files Browse the repository at this point in the history
Fix warnings in `cargo doc` from invalid link
  • Loading branch information
Drakulix committed Jul 7, 2023
2 parents 70f4dcb + edad0d3 commit 5f345b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Expand Up @@ -187,7 +187,7 @@ impl ConfigBuilder {
/// The easiest way to satisfy the static lifetime of the argument is to directly use the
/// re-exported [`time::macros::format_description`] macro.
///
/// *Note*: The default time format is "[hour]:[minute]:[second]".
/// *Note*: The default time format is `[hour]:[minute]:[second]`.
///
/// The syntax for the format_description macro can be found in the
/// [`time` crate book](https://time-rs.github.io/book/api/format-description.html).
Expand Down

0 comments on commit 5f345b5

Please sign in to comment.