Skip to content

Commit ff836ed

Browse files
committed
fix: clippy error
1 parent 1f64cc9 commit ff836ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/clock/src/conv/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use chrono::{DateTime, Utc};
44
use torrust_tracker_primitives::DurationSinceUnixEpoch;
55

66
/// It converts a string in ISO 8601 format to a timestamp.
7+
///
78
/// For example, the string `1970-01-01T00:00:00.000Z` which is the Unix Epoch
89
/// will be converted to a timestamp of 0: `DurationSinceUnixEpoch::ZERO`.
910
///

0 commit comments

Comments
 (0)