Skip to content

Commit

Permalink
lib: forbid unsafe_code at all
Browse files Browse the repository at this point in the history
  • Loading branch information
yuja committed Dec 15, 2023
1 parent 9990c41 commit af6047a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#![warn(missing_docs)]
#![deny(unused_must_use)]
#![forbid(unsafe_code)]

#[macro_use]
pub mod content_hash;
Expand Down

0 comments on commit af6047a

Please sign in to comment.