We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d47b5 commit 93cf67eCopy full SHA for 93cf67e
src/lib.rs
@@ -5,7 +5,7 @@
5
*/
6
#![doc = include_str!("../README.md")]
7
#![deny(rust_2018_idioms)]
8
-#[forbid(unsafe_code)]
+#![forbid(unsafe_code)]
9
pub mod core;
10
pub mod decoders;
11
pub mod mailbox;
0 commit comments