Rollup merge of #106151 - TaKO8Ki:remove-unused-imports, r=jackh726
Remove unused imports
This commit is contained in:
commit
24265827c8
6 changed files with 2 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
use smallvec::{smallvec, SmallVec};
|
||||
use smallvec::SmallVec;
|
||||
|
||||
use super::{BasicBlock, InlineAsmOperand, Operand, SourceInfo, TerminatorKind};
|
||||
use rustc_ast::InlineAsmTemplatePiece;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
use crate::ty::subst::{GenericArg, GenericArgKind};
|
||||
use crate::ty::{self, Ty};
|
||||
use rustc_data_structures::sso::SsoHashSet;
|
||||
use smallvec::{self, SmallVec};
|
||||
use smallvec::SmallVec;
|
||||
|
||||
// The TypeWalker's stack is hot enough that it's worth going to some effort to
|
||||
// avoid heap allocations.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue