Remove unnecessary qualification.
This commit is contained in:
parent
78b29b360a
commit
16f3b590e4
@ -23,7 +23,7 @@ mod cast;
|
||||
mod vtable;
|
||||
mod value;
|
||||
|
||||
pub type MirRef<'tcx> = ::std::cell::Ref<'tcx, mir::Mir<'tcx>>;
|
||||
pub type MirRef<'tcx> = Ref<'tcx, mir::Mir<'tcx>>;
|
||||
|
||||
pub struct EvalContext<'a, 'tcx: 'a> {
|
||||
/// The results of the type checker, from rustc.
|
||||
|
Loading…
x
Reference in New Issue
Block a user