1
Fork 0

Refactor away AttrNestedMetaItemMethods.

This commit is contained in:
Jeffrey Seyfried 2016-08-23 03:21:17 +00:00
parent 8250a26b5b
commit 4eb08bb2ab
18 changed files with 50 additions and 59 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::{self, AttrMetaMethods};
use syntax_pos::{self, DUMMY_SP, NO_EXPANSION, Span, FileMap, BytePos};
use std::rc::Rc;