summaryrefslogtreecommitdiffstats
path: root/src/conf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.rs')
-rw-r--r--src/conf.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf.rs b/src/conf.rs
index fdf3e03..d2ba09e 100644
--- a/src/conf.rs
+++ b/src/conf.rs
@@ -8,8 +8,8 @@ use std::{
result::Result,
};
-use crossterm::{Attribute};
-use termimad::{CompoundStyle};
+use crossterm::style::Attribute;
+use termimad::CompoundStyle;
use directories::ProjectDirs;
use toml::{self, Value};