Skip to content

Commit d560c65

Browse files
authored
Merge pull request #105 from afck/master
Add missing RFC3339 URL to fix rustdoc
2 parents 6b1b619 + 8b62e50 commit d560c65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fmt.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ pub struct StyledValue<'a, T> {
150150
pub struct Timestamp(SystemTime);
151151

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

0 commit comments

Comments
 (0)