You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since rust 1.82.0, addr_of is no longer unsafe:
rust-lang/rust#125834
Just removing the unsafe statement would break builds with older
versions of rust. Instead, allow the unused_unsafe lint.
0 commit comments