Skip to content

Commit

Permalink
Merge pull request #105 from afck/master
Browse files Browse the repository at this point in the history
Add missing RFC3339 URL to fix rustdoc
  • Loading branch information
KodrAus committed Aug 27, 2018
2 parents 6b1b619 + 8b62e50 commit d560c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fmt.rs
Expand Up @@ -150,6 +150,8 @@ pub struct StyledValue<'a, T> {
pub struct Timestamp(SystemTime);

/// An [RFC3339] formatted timestamp with nanos
///
/// [RFC3339]: https://www.ietf.org/rfc/rfc3339.txt
#[derive(Debug)]
pub struct PreciseTimestamp(SystemTime);

Expand Down

0 comments on commit d560c65

Please sign in to comment.