Skip to content

Commit

Permalink
Deny unsafe code
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Dec 11, 2023
1 parent 51cded6 commit 16c64b4
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
Expand Up @@ -2,6 +2,7 @@

// Catch documentation errors caused by code changes.
#![deny(rustdoc::broken_intra_doc_links)]
#![deny(unsafe_code)]

mod address;
pub mod builder;
Expand Down

0 comments on commit 16c64b4

Please sign in to comment.