Skip to content

Commit 5dc4a19

Browse files
committed
Fix warning.
1 parent e587855 commit 5dc4a19

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_llvm/src/debuginfo

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/debuginfo/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use rustc_session::config::{self, DebugInfo};
2020
use rustc_session::Session;
2121
use rustc_span::symbol::Symbol;
2222
use rustc_span::{
23-
BytePos, Pos, SourceFile, SourceFileAndLine, SourceFileHash, Span, StableSourceFileId, DUMMY_SP,
23+
BytePos, Pos, SourceFile, SourceFileAndLine, SourceFileHash, Span, StableSourceFileId,
2424
};
2525
use rustc_target::abi::Size;
2626
use smallvec::SmallVec;

0 commit comments

Comments
 (0)