aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-23 21:49:37 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-23 21:49:37 -0400
commit558c7fee31c1c675d060a0fafea3acba84d20ec5 (patch)
tree9ff0f00bc147d9d0337a321539ebcd66345d71e4 /src
parentf98573a06a2f3e176359c56bdc12bd0420208287 (diff)
downloadrbw-558c7fee31c1c675d060a0fafea3acba84d20ec5.tar.gz
rbw-558c7fee31c1c675d060a0fafea3acba84d20ec5.zip
remove unnecessary explicit dependency
Diffstat (limited to 'src')
-rw-r--r--src/bin/rbw/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/rbw/main.rs b/src/bin/rbw/main.rs
index 561d20b..96eaad0 100644
--- a/src/bin/rbw/main.rs
+++ b/src/bin/rbw/main.rs
@@ -85,7 +85,7 @@ enum Opt {
If given a password entry name, also save the generated \
password to the database.",
visible_alias = "gen",
- group = clap::ArgGroup::with_name("password-type").args(&[
+ group = structopt::clap::ArgGroup::with_name("password-type").args(&[
"no-symbols",
"only-numbers",
"nonconfusables",