summaryrefslogtreecommitdiffstats
path: root/src/command
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-11-02 17:08:44 +0100
committerCanop <cano.petrole@gmail.com>2020-11-02 17:08:44 +0100
commitcf6eab4a8ad7f1cd8881a9f4203bb8aaddb20e28 (patch)
tree341004a5d1c4d1bec2f2b77c5f0398e60a556b95 /src/command
parentc24285aab79e3155d26f9a39b0a7efca0c41fd11 (diff)
display date and size on symlinks
Diffstat (limited to 'src/command')
-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,