rm unused import

This commit is contained in:
Manish Goregaokar 2015-03-13 19:52:18 +05:30
parent 825f49a89a
commit 40b64645fe
1 changed files with 0 additions and 1 deletions

View File

@ -754,7 +754,6 @@ pub fn integer_lit(s: &str, suffix: Option<&str>, sd: &SpanHandler, sp: Span) ->
mod test {
use super::*;
use std::rc::Rc;
use serialize::json;
use codemap::{Span, BytePos, Pos, Spanned, NO_EXPANSION};
use owned_slice::OwnedSlice;
use ast;