1
Fork 0

Address more travis errors

This commit is contained in:
Jonathan Turner 2016-06-22 12:50:19 -04:00
parent 2829fbc638
commit 51deb4fedb
8 changed files with 15 additions and 9 deletions

View file

@ -662,7 +662,8 @@ pub fn integer_lit(s: &str,
mod tests {
use super::*;
use std::rc::Rc;
use syntax_pos::{Span, BytePos, Pos, Spanned, NO_EXPANSION};
use syntax_pos::{Span, BytePos, Pos, NO_EXPANSION};
use codemap::Spanned;
use ast::{self, TokenTree, PatKind};
use abi::Abi;
use attr::{first_attr_value_str_by_name, AttrMetaMethods};