Update crates.

Fmt.
Clippy.
This commit is contained in:
2017-11-21 09:50:59 +01:00
parent ec42cb33e0
commit ac57e9ee38
13 changed files with 320 additions and 194 deletions

View File

@@ -6,7 +6,9 @@ pub struct Timer {
impl Timer {
pub fn new() -> Timer {
Timer { time: Instant::now() }
Timer {
time: Instant::now(),
}
}
pub fn current_time(&self) -> f64 {