mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Format code
This commit is contained in:
parent
f2950a1350
commit
7738467e0a
3 changed files with 24 additions and 8 deletions
|
@ -5,5 +5,5 @@ pub use hir_expand::diagnostics::{
|
|||
};
|
||||
pub use hir_ty::diagnostics::{
|
||||
IncorrectCase, MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkInTailExpr,
|
||||
NoSuchField, RemoveThisSemicolon
|
||||
NoSuchField, RemoveThisSemicolon,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue