summaryrefslogtreecommitdiff
path: root/wpa-psk-cli/src/bin/wpa-psk.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wpa-psk-cli/src/bin/wpa-psk.rs')
-rw-r--r--wpa-psk-cli/src/bin/wpa-psk.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa-psk-cli/src/bin/wpa-psk.rs b/wpa-psk-cli/src/bin/wpa-psk.rs
index baa0337..b9e0e38 100644
--- a/wpa-psk-cli/src/bin/wpa-psk.rs
+++ b/wpa-psk-cli/src/bin/wpa-psk.rs
@@ -45,6 +45,6 @@ fn run() -> Result<(), Box<dyn std::error::Error>> {
#[test]
fn verify_clap_app() {
- use clap::IntoApp;
+ use clap::CommandFactory;
Args::command().debug_assert()
}
Generated by cgit. See skreutz.com for my tech blog and contact information.