Remove extern crate smallvec from a couple of crates.

This commit is contained in:
Nicholas Nethercote
2024-04-29 16:18:37 +10:00
parent 1ab34f063b
commit 52e9a23bdc
8 changed files with 6 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ use rustc_middle::ty::GenericArgsRef;
use rustc_middle::ty::{self, ImplSubject, ToPredicate, Ty, TyCtxt, TypeVisitableExt};
use rustc_middle::ty::{TypeFoldable, TypeFolder, TypeSuperFoldable};
use rustc_span::Span;
use smallvec::SmallVec;
use smallvec::{smallvec, SmallVec};
pub use rustc_infer::traits::util::*;