Skip to content

Commit

Permalink
chore: warn on clippy::ptr_as_ref (#6770)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored Dec 17, 2024
1 parent aaac47c commit 8f2f5e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ default-members = [

[workspace.lints.clippy]
manual_c_str_literals = "allow"
ref_as_ptr = "warn"

[workspace.package]
edition = "2021"
Expand Down

0 comments on commit 8f2f5e9

Please sign in to comment.