This does not bump Rust to 1.80 yet but makes changes necessary to compile and pass lints. The std::env related changes may need a closer look, please refer to the individual commits.
Edit: I should mention that I did not want to add the unsafe keyword since I didn't think it could be justified as safe.
This does not bump Rust to 1.80 yet but makes changes necessary to compile and pass lints. The
std::env
related changes may need a closer look, please refer to the individual commits.Edit: I should mention that I did not want to add the
unsafe
keyword since I didn't think it could be justified as safe.