summaryrefslogtreecommitdiff
path: root/wpa-psk-cli
diff options
context:
space:
mode:
Diffstat (limited to 'wpa-psk-cli')
-rw-r--r--wpa-psk-cli/src/bin/wpa-psk.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/wpa-psk-cli/src/bin/wpa-psk.rs b/wpa-psk-cli/src/bin/wpa-psk.rs
index 181585c..baa0337 100644
--- a/wpa-psk-cli/src/bin/wpa-psk.rs
+++ b/wpa-psk-cli/src/bin/wpa-psk.rs
@@ -1,3 +1,5 @@
+#![forbid(unsafe_code)]
+
use std::process::exit;
use clap::Parser;
Generated by cgit. See skreutz.com for my tech blog and contact information.