aboutsummaryrefslogtreecommitdiff
path: root/src/display.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/display.rs')
-rw-r--r--src/display.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display.rs b/src/display.rs
index 7ef95fe..1b76b79 100644
--- a/src/display.rs
+++ b/src/display.rs
@@ -1,8 +1,8 @@
// Very readable, much clean wow.
use crate::consts::DISPLAY_UPDATE_SLEEP_TIME_MICROS;
-use std::time::SystemTime;
use std::mem;
+use std::time::SystemTime;
const COLORS: [u32; 4] = [0x00e0f8d0, 0x0088c070, 0x346856, 0x00081820];