File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ use rustc_lint;
18
18
use rustc_resolve:: MakeGlobMap ;
19
19
use rustc:: middle:: region;
20
20
use rustc:: ty:: subst:: { Kind , Subst } ;
21
- use rustc:: traits:: { ObligationCause , Reveal } ;
21
+ use rustc:: traits:: ObligationCause ;
22
22
use rustc:: ty:: { self , Ty , TyCtxt , TypeFoldable } ;
23
23
use rustc:: ty:: maps:: OnDiskCache ;
24
24
use rustc:: infer:: { self , InferOk , InferResult } ;
@@ -153,7 +153,7 @@ fn test_env<F>(source_string: &str,
153
153
|tcx| {
154
154
tcx. infer_ctxt ( ) . enter ( |infcx| {
155
155
let mut region_scope_tree = region:: ScopeTree :: default ( ) ;
156
- let param_env = ty:: ParamEnv :: empty ( ) ) ;
156
+ let param_env = ty:: ParamEnv :: empty ( ) ;
157
157
body ( Env {
158
158
infcx : & infcx,
159
159
region_scope_tree : & mut region_scope_tree,
You can’t perform that action at this time.
0 commit comments