nix icon indicating copy to clipboard operation
nix copied to clipboard

MSRV 1.63.0 TODO

Open asomers opened this issue 3 years ago • 1 comments
trafficstars

Whenever updating the MSRV to 1.63.0 for any reason:

  • Eliminate lazy_static, since Mutex::new is now const.

asomers avatar Aug 11 '22 19:08 asomers

There is also the io safety stuff, such as OwnedFd

i509VCB avatar Aug 30 '22 02:08 i509VCB