Refactor away AttrNestedMetaItemMethods
.
This commit is contained in:
parent
8250a26b5b
commit
4eb08bb2ab
18 changed files with 50 additions and 59 deletions
|
@ -19,7 +19,7 @@ use std::iter;
|
|||
use std::slice;
|
||||
use std::mem;
|
||||
use std::vec;
|
||||
use attr::{self, AttrMetaMethods, AttrNestedMetaItemMethods};
|
||||
use attr::{self, AttrMetaMethods};
|
||||
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