rust-analyzer/crates/ide-diagnostics/src
bors 70e10deee8 Auto merge of #14326 - iDawer:refactor, r=Veykril
internal: Rename `hir::diagnostics::MissingMatchArms.match_expr` field

`hir::diagnostics::MissingMatchArms.match_expr` had confusing name: it is pointing to scrutinee expression. Renamed to `scrutinee_expr` and used better fitting type for it.

Also small refactorings/cleanup.
2023-03-11 07:36:00 +00:00
..
handlers Auto merge of #14326 - iDawer:refactor, r=Veykril 2023-03-11 07:36:00 +00:00
tests remove needless borrows 2023-01-02 14:52:32 +00:00
lib.rs Add need-mut and unused-mut diagnostics 2023-03-06 21:09:08 +03:30
tests.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00