1
Fork 0

Refactor away AttrMetaMethods.

This commit is contained in:
Jeffrey Seyfried 2016-08-23 03:54:53 +00:00
parent e264828b27
commit bfb01bbb26
40 changed files with 50 additions and 158 deletions

View file

@ -19,7 +19,7 @@ use std::iter;
use std::slice;
use std::mem;
use std::vec;
use attr::{self, AttrMetaMethods};
use attr;
use syntax_pos::{self, DUMMY_SP, NO_EXPANSION, Span, FileMap, BytePos};
use std::rc::Rc;