mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Remove this semicolon
This commit is contained in:
parent
e2e6b709e6
commit
cb66bb8ff9
5 changed files with 74 additions and 8 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