Format code

This commit is contained in:
ivan770 2020-12-08 19:25:21 +00:00 committed by GitHub
parent f2950a1350
commit 7738467e0a
3 changed files with 24 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, RemoveThisSemicolon
NoSuchField, RemoveThisSemicolon,
};