Skip to content

Commit aae9bef

Browse files
author
Devdutt Shenoi
committed
ignore documentary code
1 parent e7fdf70 commit aae9bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/time.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ impl TimeRange {
5151
/// - Any error that might occur during parsing of durations or RFC 3339 timestamps.
5252
///
5353
/// # Example
54-
/// ```
54+
/// ```ignore
5555
/// let range = TimeRange::parse_human_time("2 hours", "now");
5656
/// let range = TimeRange::parse_human_time("2023-01-01T12:00:00Z", "2023-01-01T15:00:00Z");
5757
/// ```

0 commit comments

Comments
 (0)