Skip to content

Commit 93cf67e

Browse files
committed
fix wrong attribute from outer to inner
1 parent c5d47b5 commit 93cf67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
#![doc = include_str!("../README.md")]
77
#![deny(rust_2018_idioms)]
8-
#[forbid(unsafe_code)]
8+
#![forbid(unsafe_code)]
99
pub mod core;
1010
pub mod decoders;
1111
pub mod mailbox;

0 commit comments

Comments
 (0)