diff options
author | ivan770 <[email protected]> | 2020-12-08 19:25:21 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-08 19:25:21 +0000 |
commit | 7738467e0a11c9878d9e9486daeb0dc18d93b8e8 (patch) | |
tree | 120deed19fa7f4e4789331f41ae6609ac8136ae4 /crates/hir | |
parent | f2950a135036a608ccdcff3f5da77561927d6952 (diff) |
Format code
Diffstat (limited to 'crates/hir')
-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 0f2ed4bb1..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, RemoveThisSemicolon | 8 | NoSuchField, RemoveThisSemicolon, |
9 | }; | 9 | }; |