mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Merge #6769
6769: Add native "remove this semicolon" diagnostics r=matklad a=ivan770 Closes #6739  Co-authored-by: ivan770 <leshenko.ivan770@gmail.com>
This commit is contained in:
commit
44978acf51
5 changed files with 86 additions and 5 deletions
|
@ -5,5 +5,5 @@ pub use hir_expand::diagnostics::{
|
|||
};
|
||||
pub use hir_ty::diagnostics::{
|
||||
IncorrectCase, MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkInTailExpr,
|
||||
NoSuchField,
|
||||
NoSuchField, RemoveThisSemicolon,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue