Skip to content

Commit

Permalink
forbid unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Nov 28, 2023
1 parent 15eb88a commit 51ef86e
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 @@ -99,7 +99,7 @@
)]
#![deny(unreachable_pub, private_in_public)]
#![allow(elided_lifetimes_in_paths, clippy::type_complexity)]
// #![forbid(unsafe_code)]
#![forbid(unsafe_code)]
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
#![cfg_attr(test, allow(clippy::float_cmp))]

Expand Down

0 comments on commit 51ef86e

Please sign in to comment.