Remove this semicolon

This commit is contained in:
ivan770 2020-12-08 20:47:20 +02:00
parent e2e6b709e6
commit cb66bb8ff9
No known key found for this signature in database
GPG key ID: D8C4BD5AE4D9CC4D
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
};