Skip to content

Commit

Permalink
21: forbid unsafe code
Browse files Browse the repository at this point in the history
  • Loading branch information
dspicher committed Aug 27, 2023
1 parent e3461d1 commit 81c2838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
//! [`REST client`]: Client
//! [`its documentation`]: websocket::Client
#![forbid(unsafe_code)]

mod external {
pub use bitcoin::address::Address;
pub use bitcoin::address::NetworkUnchecked;
Expand Down

0 comments on commit 81c2838

Please # to comment.