Skip to content

Commit 71caf8a

Browse files
committed
type_op/mod.rs: rustfmt
1 parent bca294d commit 71caf8a

File tree

1 file changed

+3
-2
lines changed
  • src/librustc/traits/query/type_op

1 file changed

+3
-2
lines changed

src/librustc/traits/query/type_op/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
use infer::canonical::{Canonical, Canonicalized, CanonicalizedQueryResponse, QueryRegionConstraint,
12-
QueryResponse};
11+
use infer::canonical::{
12+
Canonical, Canonicalized, CanonicalizedQueryResponse, QueryRegionConstraint, QueryResponse,
13+
};
1314
use infer::{InferCtxt, InferOk};
1415
use smallvec::SmallVec;
1516
use std::fmt;

0 commit comments

Comments
 (0)