remove unused imports

This commit is contained in:
Takayuki Maeda
2022-12-26 15:01:20 +09:00
parent 7a6af2711b
commit a8f468f5c6
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;