Skip to content

Commit

Permalink
fix: warn on fuzzy provenance casts
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Apr 4, 2024
1 parent fba3536 commit 5fef33b
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 @@ -6,6 +6,7 @@
#![warn(unsafe_op_in_unsafe_fn)]
#![warn(clippy::uninlined_format_args)]
#![warn(clippy::transmute_ptr_to_ptr)]
#![warn(fuzzy_provenance_casts)]
#![allow(clippy::missing_safety_doc)]
#![cfg_attr(
any(target_arch = "aarch64", target_arch = "riscv64"),
Expand Down

0 comments on commit 5fef33b

Please sign in to comment.