We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fa79f commit 54b8994Copy full SHA for 54b8994
src/librustc_metadata/decoder.rs
@@ -45,7 +45,6 @@ use syntax::attr;
45
use syntax::ast::{self, NodeId};
46
use syntax::codemap;
47
use syntax_pos::{self, Span, BytePos, Pos, DUMMY_SP};
48
-use syntax_pos::{self, Span, BytePos, Pos};
49
use rustc_i128::{u128, i128};
50
51
pub struct DecodeContext<'a, 'tcx: 'a> {
0 commit comments