mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
91c0823ee6
Make `std::env::{set_var, remove_var}` unsafe in edition 2024 Allow calling these functions without `unsafe` blocks in editions up until 2021, but don't trigger the `unused_unsafe` lint for `unsafe` blocks containing these functions. Fixes #27970. Fixes #90308. CC #124866. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |