mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
chore: warn on clippy::ptr_as_ref (#6770)
This commit is contained in:
parent
aaac47c24e
commit
8f2f5e913a
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user