Skip to content

Commit 5365f79

Browse files
committed
Re-forbid unsafe code
1 parent 5f3499e commit 5365f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![doc = include_str!("../README.md")]
22
#![cfg_attr(not(feature = "std"), no_std)]
33
#![deny(unsafe_code)]
4+
#![forbid(unsafe_code)]
45
#![warn(missing_docs)]
56
#![warn(clippy::missing_docs_in_private_items)]
67

0 commit comments

Comments
 (0)