Skip to content

Commit ac6a0c5

Browse files
committed
Remove unused var
1 parent 8260c5b commit ac6a0c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ fn tests_updater() {
4343
assert!(Clock::recent_since_epoch() > clock_recent);
4444
assert!(Instant::recent() != ts);
4545
updater.stop().unwrap();
46-
let ts = Instant::recent();
4746
let clock_recent = Clock::recent_since_epoch();
4847
sleep(time::Duration::new(1, 0));
4948
assert_eq!(Clock::recent_since_epoch(), clock_recent);

0 commit comments

Comments
 (0)