Skip to content

Commit af8d63a

Browse files
committed
Fix rust docs
1 parent 00785ea commit af8d63a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crates/stackable-operator/src/time/duration.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
//! This module contains a common [`Duration`] struct which is able to parse
22
//! human-readable duration formats, like `5s`, `24h`, `2y2h20m42s` or`15d2m2s`. It
3-
//! additionally implements many required traits, like [`Derivative`],
4-
//! [`JsonSchema`], [`Deserialize`][serde::Deserialize], and
5-
//! [`Serialize`][serde::Serialize].
3+
//! additionally implements many required traits, like [`JsonSchema`],
4+
//! [`Deserialize`][serde::Deserialize], and [`Serialize`][serde::Serialize].
65
//!
76
//! Furthermore, it implements [`Deref`], which enables us to use all associated
87
//! functions of [`std::time::Duration`] without re-implementing the public

0 commit comments

Comments
 (0)