Fix warning.
This commit is contained in:
parent
e587855538
commit
5dc4a1969c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ use rustc_session::config::{self, DebugInfo};
|
|||
use rustc_session::Session;
|
||||
use rustc_span::symbol::Symbol;
|
||||
use rustc_span::{
|
||||
BytePos, Pos, SourceFile, SourceFileAndLine, SourceFileHash, Span, StableSourceFileId, DUMMY_SP,
|
||||
BytePos, Pos, SourceFile, SourceFileAndLine, SourceFileHash, Span, StableSourceFileId,
|
||||
};
|
||||
use rustc_target::abi::Size;
|
||||
use smallvec::SmallVec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue