rust-analyzer/crates/ide-completion
A4-Tacks 6bb1b88677
Add all any and not attribute completions
Example
---
`#[cfg($0)]` -> `#[cfg(any($0))]`
2025-09-28 08:42:18 +08:00
..
src Add all any and not attribute completions 2025-09-28 08:42:18 +08:00
Cargo.toml Don't run doctests 2025-06-23 00:50:22 +03:00