1
Fork 0

Rollup merge of #106151 - TaKO8Ki:remove-unused-imports, r=jackh726

Remove unused imports
This commit is contained in:
fee1-dead 2022-12-27 00:34:53 +08:00 committed by GitHub
commit 24265827c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,5 @@
use rustc_errors::Diagnostic;
use rustc_span::Span;
use smallvec::smallvec;
use smallvec::SmallVec;
use rustc_data_structures::fx::FxHashSet;