Skip to content

Commit

Permalink
Merge pull request #114 from marshallpierce/forbid-unsafe
Browse files Browse the repository at this point in the history
Forbid, instead of just denying, unsafe. Addresses #100
  • Loading branch information
marshallpierce committed Sep 3, 2019
2 parents 6e07be9 + e3ed53b commit d4cd64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Expand Up @@ -58,9 +58,9 @@
unused_import_braces,
unused_results,
variant_size_differences,
warnings,
unsafe_code
warnings
)]
#![forbid(unsafe_code)]

#[cfg(test)]
#[macro_use]
Expand Down

0 comments on commit d4cd64f

Please sign in to comment.