chore: warn on clippy::ptr_as_ref (#6770)

This commit is contained in:
Erich Gubler 2024-12-17 17:08:37 -05:00 committed by GitHub
parent aaac47c24e
commit 8f2f5e913a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,7 @@ default-members = [
[workspace.lints.clippy] [workspace.lints.clippy]
manual_c_str_literals = "allow" manual_c_str_literals = "allow"
ref_as_ptr = "warn"
[workspace.package] [workspace.package]
edition = "2021" edition = "2021"