Skip to content

Commit 3a9a456

Browse files
committed
Mark crate [forbid(unsafe_code)]
1 parent 5607279 commit 3a9a456

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
@@ -27,6 +27,7 @@
2727
//! ```
2828
2929
#![deny(missing_docs)]
30+
#![forbid(unsafe_code)]
3031

3132
extern crate byteorder;
3233
#[cfg(feature="rayon")]

0 commit comments

Comments
 (0)