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
Disable "unused unsafe" warnings in the libc makedev code. (#1414)
* Disable "unused unsafe" warnings in the libc makedev code.
The latest version of libc makes `makedev`, `major`, and `minor` safe
functions; for now; disable the warning about unused unsafe blocks
wrapped around those functions, to be compatible with older and
newer libc versions.
* Pin once_cell for the MSRV build.
0 commit comments