rust/compiler/rustc_lint_defs
Tobias Bucher 44f9f8bc33 Add deprecated_safe lint
It warns about usages of `std::env::{set_var, remove_var}` with an
automatic fix wrapping the call in an `unsafe` block.
2024-05-30 00:20:48 +02:00
..
src Add deprecated_safe lint 2024-05-30 00:20:48 +02:00
Cargo.toml