Silence clippy::let_unit_value false positives on objc::msg_send calls. (#2924)

This commit is contained in:
Kevin Reid
2022-07-31 14:55:37 -07:00
committed by GitHub
parent a420e453c3
commit b784eee5af

View File

@@ -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::{