Remove rustc_dependencies crate

This commit is contained in:
Lukas Wirth 2024-01-08 15:39:35 +01:00
parent e25e0dd0ad
commit f972da70d4
12 changed files with 37 additions and 79 deletions

View file

@ -9,7 +9,7 @@ use hir_def::{
AdtId, EnumVariantId, LocalEnumVariantId, VariantId,
};
use la_arena::RawIdx;
use rustc_dependencies::index::IndexVec;
use rustc_index::IndexVec;
use smallvec::SmallVec;
use triomphe::Arc;