Update TypeVisitor paths

This commit is contained in:
Alan Egerton
2022-06-17 13:15:00 +01:00
parent e9e5d0685b
commit 4f0a64736b
130 changed files with 161 additions and 147 deletions

View File

@@ -1,7 +1,5 @@
use rustc_middle::mir::interpret::InterpResult;
use rustc_middle::ty::{
self, Ty, TyCtxt, TypeFoldable, TypeSuperFoldable, TypeVisitable, TypeVisitor,
};
use rustc_middle::ty::{self, Ty, TyCtxt, TypeSuperVisitable, TypeVisitable, TypeVisitor};
use std::convert::TryInto;
use std::ops::ControlFlow;