aboutsummaryrefslogtreecommitdiffhomepage
path: root/oxish-proto/src
diff options
context:
space:
mode:
Diffstat (limited to 'oxish-proto/src')
-rw-r--r--oxish-proto/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/oxish-proto/src/lib.rs b/oxish-proto/src/lib.rs
index e6c51d3..ab45ea6 100644
--- a/oxish-proto/src/lib.rs
+++ b/oxish-proto/src/lib.rs
@@ -3,7 +3,7 @@
//! Message types and state machines for the SSH protocol as specified in RFC 4250 through 4254 and
//! related documents.
-#![warn(missing_docs)]
+#![warn(missing_docs, unsafe_code)]
use core::{fmt, str};