mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-12 13:59:41 +00:00
It warns about usages of `std::env::{set_var, remove_var}` with an
automatic fix wrapping the call in an `unsafe` block.
It warns about usages of `std::env::{set_var, remove_var}` with an
automatic fix wrapping the call in an `unsafe` block.