Skip to content

Commit

Permalink
Forbid unsafe code
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Sep 22, 2020
1 parent 1657857 commit 4d98d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Expand Up @@ -89,6 +89,7 @@
#![cfg_attr(feature = "cargo-clippy", allow(clippy::float_cmp))]

#![no_std]
#![forbid(unsafe_code)]

#[macro_use] mod macros;
#[macro_use] mod moments;
Expand Down

0 comments on commit 4d98d5a

Please sign in to comment.