mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Add clippy non_send_fields_in_send_ty (#2156)
This commit is contained in:
@@ -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,
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user