diff options
author | Muhammad Mominul Huque <[email protected]> | 2019-07-07 23:09:35 +0100 |
---|---|---|
committer | Muhammad Mominul Huque <[email protected]> | 2019-07-07 23:09:35 +0100 |
commit | 09b72489dd085dadce94b454408d18a36abb1681 (patch) | |
tree | dd3546033608f91dc31b801ce36b6a9711bc9c61 /crates/ra_hir/src/ty | |
parent | 012fec54dc508896493d5d3073b4786c93d66fe9 (diff) |
cargo format
Diffstat (limited to 'crates/ra_hir/src/ty')
-rw-r--r-- | crates/ra_hir/src/ty/infer.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/ra_hir/src/ty/infer.rs b/crates/ra_hir/src/ty/infer.rs index 41980a325..52a49070a 100644 --- a/crates/ra_hir/src/ty/infer.rs +++ b/crates/ra_hir/src/ty/infer.rs | |||
@@ -40,7 +40,7 @@ use crate::{ | |||
40 | PatId, Statement, UnaryOp, | 40 | PatId, Statement, UnaryOp, |
41 | }, | 41 | }, |
42 | generics::{GenericParams, HasGenericParams}, | 42 | generics::{GenericParams, HasGenericParams}, |
43 | name::{SELF_TYPE, INTO_ITERATOR, ITEM, ITER, STD}, | 43 | name::{INTO_ITERATOR, ITEM, ITER, SELF_TYPE, STD}, |
44 | nameres::{Namespace, PerNs}, | 44 | nameres::{Namespace, PerNs}, |
45 | path::{GenericArg, GenericArgs, PathKind, PathSegment}, | 45 | path::{GenericArg, GenericArgs, PathKind, PathSegment}, |
46 | resolve::{ | 46 | resolve::{ |
@@ -49,8 +49,8 @@ use crate::{ | |||
49 | }, | 49 | }, |
50 | ty::infer::diagnostics::InferenceDiagnostic, | 50 | ty::infer::diagnostics::InferenceDiagnostic, |
51 | type_ref::{Mutability, TypeRef}, | 51 | type_ref::{Mutability, TypeRef}, |
52 | AdtDef, ConstData, DefWithBody, FnData, Function, HirDatabase, ImplItem, | 52 | AdtDef, ConstData, DefWithBody, FnData, Function, HirDatabase, ImplItem, ModuleDef, Name, Path, |
53 | ModuleDef, Name, Path, StructField, | 53 | StructField, |
54 | }; | 54 | }; |
55 | 55 | ||
56 | mod unify; | 56 | mod unify; |