Skip to content

Commit a1cade3

Browse files
committed
Clippy
1 parent be11776 commit a1cade3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lr-wpan-rs-tests/src/time.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,9 @@ impl SimulationTime {
8686
debug!("Time updated. Now = {}", self.now().duration_since_epoch());
8787
}
8888
}
89+
90+
impl Default for SimulationTime {
91+
fn default() -> Self {
92+
Self::new()
93+
}
94+
}

0 commit comments

Comments
 (0)