We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5ea1e commit 6b2d8e8Copy full SHA for 6b2d8e8
packages/clock/src/clock/stopped/mod.rs
@@ -1,6 +1,5 @@
1
/// Trait for types that can be used as a timestamp clock stopped
2
/// at a given time.
3
-
4
#[allow(clippy::module_name_repetitions)]
5
pub struct StoppedClock {}
6
packages/clock/src/conv/mod.rs
@@ -48,7 +48,6 @@ pub fn convert_from_timestamp_to_datetime_utc(duration: DurationSinceUnixEpoch)
48
}
49
50
#[cfg(test)]
51
52
mod tests {
53
use chrono::DateTime;
54
use torrust_tracker_primitives::DurationSinceUnixEpoch;
0 commit comments