summaryrefslogtreecommitdiffstats
path: root/src/command/completion.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/completion.rs')
-rw-r--r--src/command/completion.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/command/completion.rs b/src/command/completion.rs
index 709765d..bf647a2 100644
--- a/src/command/completion.rs
+++ b/src/command/completion.rs
@@ -6,8 +6,7 @@ use {
AppContext,
Selection,
},
- path,
- path_anchor::PathAnchor,
+ path::{self, PathAnchor},
verb::PrefixSearchResult,
},
std::io,