mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Reorder imports
This commit is contained in:
parent
5ca7cd960b
commit
82b025b05a
3 changed files with 7 additions and 8 deletions
|
@ -12,9 +12,9 @@ use crate::{
|
|||
diagnostics::{
|
||||
MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkInTailExpr, MissingPatFields,
|
||||
},
|
||||
match_checking::{is_useful, MatchCheckCtx, Matrix, PatStack, Usefulness},
|
||||
utils::variant_data,
|
||||
ApplicationTy, InferenceResult, Ty, TypeCtor,
|
||||
_match::{is_useful, MatchCheckCtx, Matrix, PatStack, Usefulness},
|
||||
};
|
||||
|
||||
pub use hir_def::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue