aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/args.rs')
-rw-r--r--src/args.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args.rs b/src/args.rs
index 90e33b7..bae31f2 100644
--- a/src/args.rs
+++ b/src/args.rs
@@ -1,6 +1,6 @@
use clap;
-use colors;
+use crate::colors;
pub struct CommandLineOptions {
pub shell: colors::ShellType,