summaryrefslogtreecommitdiffstats
path: root/src/verb/verb.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/verb/verb.rs')
-rw-r--r--src/verb/verb.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/verb/verb.rs b/src/verb/verb.rs
index 33ab3c5..7a19638 100644
--- a/src/verb/verb.rs
+++ b/src/verb/verb.rs
@@ -4,8 +4,7 @@ use {
app::{Selection, SelectionType, Status},
errors::ConfError,
keys,
- path,
- path_anchor::PathAnchor,
+ path::{self, PathAnchor},
},
crossterm::event::{KeyCode, KeyEvent, KeyModifiers},
std::path::PathBuf,