Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc

syntax: Remove traits `AttrMetaMethods`, `AttributeMethods`, and `AttrNestedMetaItemMethods`
This commit is contained in:
Jeffrey Seyfried 2016-08-28 10:40:04 +00:00
commit c14ff2884d
44 changed files with 92 additions and 216 deletions

View file

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