Skip to content

Commit

Permalink
chore(rustc-lint): set unsafe_op_in_unsafe_fn to deny (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 authored Sep 18, 2024
2 parents 84e5e67 + bd2f531 commit 9f09952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp.git", rev = "125773e282
# rustc lints are documented here: https://doc.rust-lang.org/rustc/lints/listing/index.html
private_interfaces = "deny"
private_bounds = "deny"
unsafe_op_in_unsafe_fn = "warn"
unsafe_op_in_unsafe_fn = "deny"
unused_must_use = "deny"
# ... until we figure out a way to generate a list of all used cfg variables
# across build configurations ...
Expand Down

0 comments on commit 9f09952

Please sign in to comment.