We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clippy::let_unit_value
objc::msg_send
1 parent a420e45 commit b784eeeCopy full SHA for b784eee
wgpu-hal/src/metal/surface.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::let_unit_value)] // `let () =` being used to constrain result type
2
+
3
use std::{mem, os::raw::c_void, ptr::NonNull, sync::Once, thread};
4
5
use core_graphics_types::{
0 commit comments