X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_mir%2Fborrow_check%2Fconstraints%2Fmod.rs;h=ef70b127ac5bd4b1bf513a542f57536408711379;hb=131772c5e0ba40cd656dedb5e1990d36e3ea31cf;hp=48defecd28cb042e5bca0fd29e49da13c9bc2460;hpb=1de2705c7985819e4d36975fe26aad1510521140;p=rust.git diff --git a/src/librustc_mir/borrow_check/constraints/mod.rs b/src/librustc_mir/borrow_check/constraints/mod.rs index 48defecd28c..ef70b127ac5 100644 --- a/src/librustc_mir/borrow_check/constraints/mod.rs +++ b/src/librustc_mir/borrow_check/constraints/mod.rs @@ -1,7 +1,7 @@ use rustc::mir::ConstraintCategory; use rustc::ty::RegionVid; use rustc_data_structures::graph::scc::Sccs; -use rustc_index::vec::{Idx, IndexVec}; +use rustc_index::vec::IndexVec; use std::fmt; use std::ops::Index;