summaryrefslogtreecommitdiffstats
path: root/src/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index 9c3a37fd..7136deb8 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -1,6 +1,5 @@
use std::{
cmp::{max, min},
- collections::HashMap,
time::Instant,
};
@@ -8,6 +7,7 @@ use concat_string::concat_string;
use data_farmer::*;
use data_harvester::temperature;
use filter::*;
+use hashbrown::HashMap;
use layout_manager::*;
pub use states::*;
use typed_builder::*;