Skip to content

Commit

Permalink
Remove forbid(unsafe_code) from build script
Browse files Browse the repository at this point in the history
cargo-geiger bug has been fixed.
  • Loading branch information
taiki-e committed Apr 18, 2021
1 parent db6c7af commit c73fd2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![forbid(unsafe_code)] // https://github.com/rust-secure-code/cargo-geiger/issues/116
#![warn(rust_2018_idioms, single_use_lifetimes)]

use std::{
Expand Down

0 comments on commit c73fd2d

Please sign in to comment.