Skip to content

Commit

Permalink
since the last bit of unsafe has been removed, we can use forbid(unsa…
Browse files Browse the repository at this point in the history
…fe_code)
  • Loading branch information
KillingSpark committed Jul 3, 2021
1 parent 32b0a40 commit f604d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(trivial_casts, trivial_numeric_casts, rust_2018_idioms)]
#![forbid(unsafe_code)]

pub mod blocks;
pub mod decoding;
Expand Down

0 comments on commit f604d48

Please sign in to comment.