diff options
Diffstat (limited to 'oxish-proto')
| -rw-r--r-- | oxish-proto/src/lib.rs | 2 |
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}; |
