mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Silence clippy::let_unit_value false positives on objc::msg_send calls. (#2924)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![allow(clippy::let_unit_value)] // `let () =` being used to constrain result type
|
||||
|
||||
use std::{mem, os::raw::c_void, ptr::NonNull, sync::Once, thread};
|
||||
|
||||
use core_graphics_types::{
|
||||
|
||||
Reference in New Issue
Block a user