summaryrefslogtreecommitdiffstats
path: root/src/command
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-05-08 10:58:03 +0200
committerCanop <cano.petrole@gmail.com>2021-05-08 10:58:03 +0200
commit8932923694f5890a7ad0cb8e90679e4246d8617a (patch)
tree0d5440c29e5d9fd59be3146804f7255f81b016e3 /src/command
parentccf6da2d2ed5e30355e2c9e3fd445f6297c9493b (diff)
upgrade lazy-regex to 1.0
Diffstat (limited to 'src/command')
-rw-r--r--src/command/completion.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/completion.rs b/src/command/completion.rs
index 1719791..77f1fe3 100644
--- a/src/command/completion.rs
+++ b/src/command/completion.rs
@@ -8,6 +8,7 @@ use {
path::{self, PathAnchor},
verb::PrefixSearchResult,
},
+ lazy_regex::regex,
std::{
io,
path::Path,