Closed abrown closed 2 years ago
A new version of Rust has introduced several new lints: this fixes the use of $crate in macros (an error) and uses std::ptr::addr_of_mut! in a variety of places (a warning).
$crate
std::ptr::addr_of_mut!
A new version of Rust has introduced several new lints: this fixes the use of
$crate
in macros (an error) and usesstd::ptr::addr_of_mut!
in a variety of places (a warning).