summaryrefslogtreecommitdiff
path: root/wpa-psk/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wpa-psk/src/lib.rs')
-rw-r--r--wpa-psk/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/wpa-psk/src/lib.rs b/wpa-psk/src/lib.rs
index 58cf7ce..56bbf11 100644
--- a/wpa-psk/src/lib.rs
+++ b/wpa-psk/src/lib.rs
@@ -25,6 +25,8 @@
//! assert_eq!(bytes_to_hex(&psk), "cb5de4e4d23b2ab0bf5b9ba0fe8132c1e2af3bb52298ec801af8ad520cea3437");
//! ```
+#![forbid(unsafe_code)]
+
use std::{error::Error, fmt::Display};
use hmac::Hmac;
Generated by cgit. See skreutz.com for my tech blog and contact information.