type_op/mod.rs: rustfmt
This commit is contained in:
parent
bca294da1f
commit
71caf8ae93
1 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,9 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use infer::canonical::{Canonical, Canonicalized, CanonicalizedQueryResponse, QueryRegionConstraint,
|
||||
QueryResponse};
|
||||
use infer::canonical::{
|
||||
Canonical, Canonicalized, CanonicalizedQueryResponse, QueryRegionConstraint, QueryResponse,
|
||||
};
|
||||
use infer::{InferCtxt, InferOk};
|
||||
use smallvec::SmallVec;
|
||||
use std::fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue