1
Fork 0

type_op/mod.rs: rustfmt

This commit is contained in:
Niko Matsakis 2018-09-24 15:32:07 -04:00
parent bca294da1f
commit 71caf8ae93

View file

@ -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;