Skip to content

Commit

Permalink
Forbid unsafe code in the core crate (#56)
Browse files Browse the repository at this point in the history
👍
  • Loading branch information
Shnatsel authored and oyvindln committed Aug 9, 2019
1 parent 284ff4a commit 23a6759
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miniz_oxide/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
//!
//! ```
#![forbid(unsafe_code)]

extern crate adler32;

pub mod deflate;
Expand Down

0 comments on commit 23a6759

Please sign in to comment.