Remove this semicolon

This commit is contained in:
ivan770
2020-12-08 20:47:20 +02:00
parent e2e6b709e6
commit cb66bb8ff9
5 changed files with 74 additions and 8 deletions

View File

@@ -5,5 +5,5 @@ pub use hir_expand::diagnostics::{
};
pub use hir_ty::diagnostics::{
IncorrectCase, MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkInTailExpr,
NoSuchField,
NoSuchField, RemoveThisSemicolon
};