Refactor away AttributeMethods.

This commit is contained in:
Jeffrey Seyfried
2016-08-23 03:39:04 +00:00
parent 4eb08bb2ab
commit e264828b27
6 changed files with 7 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ use ast::{SelfKind, RegionTyParamBound, TraitTyParamBound, TraitBoundModifier};
use ast::Attribute;
use util::parser::AssocOp;
use attr;
use attr::{AttrMetaMethods, AttributeMethods};
use attr::AttrMetaMethods;
use codemap::{self, CodeMap};
use syntax_pos::{self, BytePos};
use errors;