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

@@ -26,7 +26,7 @@ use rustc_macros::{
use rustc_span::def_id::{LocalDefId, CRATE_DEF_ID};
use rustc_span::symbol::Symbol;
use rustc_span::{Span, DUMMY_SP};
use smallvec::SmallVec;
use smallvec::{smallvec, SmallVec};
use std::borrow::Cow;
use std::hash::{Hash, Hasher};