Skip to content

Commit

Permalink
Add forbid unsafe code to build (#98)
Browse files Browse the repository at this point in the history
This is because of a geiger issue
geiger-rs/cargo-geiger#82
  • Loading branch information
ralpha committed Sep 26, 2020
1 parent 78d13b4 commit 8085909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miniz_oxide/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![forbid(unsafe_code)]
use autocfg;

fn main() {
Expand Down

0 comments on commit 8085909

Please sign in to comment.