diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-12-10 16:18:49 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-10 16:18:49 +0000 |
commit | 44978acf51e25513ef8420e228221273f42abf8c (patch) | |
tree | cc798690135a0adc9ee43bdb6d2b99686ce9e6f1 /crates/hir/src | |
parent | 5a6065e3b05e2624c4c340f928b20c04ce579928 (diff) | |
parent | bbb0bc7b041278480edbfaa7c3cdadc5a704fc03 (diff) |
Merge #6769
6769: Add native "remove this semicolon" diagnostics r=matklad a=ivan770
Closes #6739
![demo2](https://user-images.githubusercontent.com/14003886/101530533-b76c3180-399a-11eb-9d18-5c8457721655.gif)
Co-authored-by: ivan770 <[email protected]>
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..b1c924167 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 | }; |