mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-15 15:27:45 +00:00
Fix: a TODO and some clippy fixes - fix(todo): implement IntoIterator for ArenaMap<IDX, V> - chore: remove unused method - fix: remove useless `return`s - fix: various clippy lints - fix: simplify boolean test to a single negation