mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
Add clippy non_send_fields_in_send_ty (#2156)
This commit is contained in:
parent
5c72c0951f
commit
f5710e146a
@ -33,6 +33,8 @@
|
||||
clippy::vec_init_then_push,
|
||||
// "if panic" is a good uniform construct.
|
||||
clippy::if_then_panic,
|
||||
// We unsafe impl `Send` for a reason.
|
||||
clippy::non_send_fields_in_send_ty,
|
||||
// TODO!
|
||||
clippy::missing_safety_doc,
|
||||
)]
|
||||
|
Loading…
Reference in New Issue
Block a user