Skip to content

Commit

Permalink
Forbid, instead of just denying, unsafe. Addresses #100
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallpierce committed Aug 26, 2019
1 parent c1fcfcb commit e3ed53b
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 e3ed53b

Please sign in to comment.