diff options
author | ivan770 <[email protected]> | 2020-12-08 18:47:20 +0000 |
---|---|---|
committer | ivan770 <[email protected]> | 2020-12-08 18:47:20 +0000 |
commit | cb66bb8ff9609d4fc3702ac1ed6197802b54e473 (patch) | |
tree | bebe4b12adb6916a5a5eefdc50be523028368987 /crates/hir/src | |
parent | e2e6b709e60f22279b755ceae74e579520c9ae3b (diff) |
Remove this semicolon
Diffstat (limited to 'crates/hir/src')
-rw-r--r-- | crates/hir/src/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/src/diagnostics.rs b/crates/hir/src/diagnostics.rs index eaf1a14ec..0f2ed4bb1 100644 --- a/crates/hir/src/diagnostics.rs +++ b/crates/hir/src/diagnostics.rs | |||
@@ -5,5 +5,5 @@ pub use hir_expand::diagnostics::{ | |||
5 | }; | 5 | }; |
6 | pub use hir_ty::diagnostics::{ | 6 | pub use hir_ty::diagnostics::{ |
7 | IncorrectCase, MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkInTailExpr, | 7 | IncorrectCase, MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkInTailExpr, |
8 | NoSuchField, | 8 | NoSuchField, RemoveThisSemicolon |
9 | }; | 9 | }; |