Skip to content

Commit b784eee

Browse files
authored
Silence clippy::let_unit_value false positives on objc::msg_send calls. (#2924)
1 parent a420e45 commit b784eee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wgpu-hal/src/metal/surface.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::let_unit_value)] // `let () =` being used to constrain result type
2+
13
use std::{mem, os::raw::c_void, ptr::NonNull, sync::Once, thread};
24

35
use core_graphics_types::{

0 commit comments

Comments
 (0)