rust-analyzer/crates/ide-diagnostics
bors 89218cf29c Auto merge of #17329 - Nilstrieb:rustc_deprecated_safe_2024, r=Veykril
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-03 12:44:21 +00:00
..
src Auto merge of #17329 - Nilstrieb:rustc_deprecated_safe_2024, r=Veykril 2024-06-03 12:44:21 +00:00
Cargo.toml internal: Enforce utf8 paths 2024-03-19 15:39:00 +01:00