Remove unnecessary qualification.
This commit is contained in:
parent
78b29b360a
commit
16f3b590e4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue