diff options
| author | est31 <MTest31@outlook.com> | 2016-12-14 12:57:38 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2016-12-30 15:17:29 +0100 |
| commit | 8cbe725d34d3f04a99d557c066e6191d0af74ed7 (patch) | |
| tree | a69cfa3a09388475948d4db0f3026bdb472abde7 /src/librustc_metadata | |
| parent | 01dcb7fe6c386b4dc529bb666ba70bc8f4cc18b2 (diff) | |
| download | rust-8cbe725d34d3f04a99d557c066e6191d0af74ed7.tar.gz rust-8cbe725d34d3f04a99d557c066e6191d0af74ed7.zip | |
Fix rebase fallout
Diffstat (limited to 'src/librustc_metadata')
| -rw-r--r-- | src/librustc_metadata/decoder.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_metadata/decoder.rs b/src/librustc_metadata/decoder.rs index cfc4dfb9075..dad956afb5e 100644 --- a/src/librustc_metadata/decoder.rs +++ b/src/librustc_metadata/decoder.rs @@ -43,7 +43,6 @@ use syntax::attr; use syntax::ast::{self, NodeId}; use syntax::codemap; use syntax_pos::{self, Span, BytePos, Pos, DUMMY_SP}; -use syntax_pos::{self, Span, BytePos, Pos}; use rustc_i128::{u128, i128}; pub struct DecodeContext<'a, 'tcx: 'a> { |
