Compare commits

...

1 Commits

Author SHA1 Message Date
Piotr Osiewicz
02cc7f01a2 chore: Fix warning from upcoming Rust 1.81 release 2024-09-04 21:14:22 +02:00

View File

@@ -26,7 +26,7 @@ pub(crate) mod dispatch_sys {
use dispatch_sys::*;
pub(crate) fn dispatch_get_main_queue() -> dispatch_queue_t {
unsafe { addr_of!(_dispatch_main_q) as *const _ as dispatch_queue_t }
addr_of!(_dispatch_main_q) as *const _ as dispatch_queue_t
}
pub(crate) struct MacDispatcher {