Skip to content

Commit

Permalink
ref: Remove lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair-Bueno committed Nov 28, 2023
1 parent 4f2e358 commit 8acbc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
missing_docs,
rustdoc::missing_doc_code_examples
)]
#![deny(unreachable_pub, private_in_public)]
#![deny(unreachable_pub)]
#![forbid(unsafe_code)]

mod key;
Expand Down

0 comments on commit 8acbc42

Please sign in to comment.