Clean up some warnings.

This commit is contained in:
2016-06-07 23:54:15 +02:00
parent bdd3d4db3a
commit a4f31c0397
5 changed files with 6 additions and 61 deletions

View File

@@ -1,5 +1,4 @@
use std::time::{Duration, Instant};
use std::time::Instant;
pub struct Timer {
time: Instant