Skip to content

Commit

Permalink
Add clippy non_send_fields_in_send_ty (gfx-rs#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Dec 2, 2021
1 parent 5b4ab35 commit 505584b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wgpu-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)]
Expand Down

0 comments on commit 505584b

Please sign in to comment.