rust-analyzer/crates/hir-ty
Nilstrieb 0e1353bebd Don't mark #[rustc_deprecated_safe_2024] functions as unsafe
`std::env::set_var` will be unsafe in edition 2024, but not before it.
I couldn't quite figure out how to check for the span properly, so for now
we just turn the false positives into false negatives, which are less bad.
2024-06-02 15:04:26 +02:00
..
src Don't mark #[rustc_deprecated_safe_2024] functions as unsafe 2024-06-02 15:04:26 +02:00
Cargo.toml Add in-rust-tree feature to hir-expand 2024-04-20 18:44:27 +03:00