Skip to content

Commit 6b2d8e8

Browse files
committed
fix: clippy errors
1 parent ae5ea1e commit 6b2d8e8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/clock/src/clock/stopped/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/// Trait for types that can be used as a timestamp clock stopped
22
/// at a given time.
3-
43
#[allow(clippy::module_name_repetitions)]
54
pub struct StoppedClock {}
65

packages/clock/src/conv/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ pub fn convert_from_timestamp_to_datetime_utc(duration: DurationSinceUnixEpoch)
4848
}
4949

5050
#[cfg(test)]
51-
5251
mod tests {
5352
use chrono::DateTime;
5453
use torrust_tracker_primitives::DurationSinceUnixEpoch;

0 commit comments

Comments
 (0)