Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc
syntax: Remove traits `AttrMetaMethods`, `AttributeMethods`, and `AttrNestedMetaItemMethods`
This commit is contained in:
commit
c14ff2884d
44 changed files with 92 additions and 216 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue