1
Fork 0

Refactor away AttrMetaMethods.

This commit is contained in:
Jeffrey Seyfried 2016-08-23 03:54:53 +00:00
parent e264828b27
commit bfb01bbb26
40 changed files with 50 additions and 158 deletions

View file

@ -678,7 +678,7 @@ mod tests {
use codemap::Spanned;
use ast::{self, PatKind};
use abi::Abi;
use attr::{first_attr_value_str_by_name, AttrMetaMethods};
use attr::first_attr_value_str_by_name;
use parse;
use parse::parser::Parser;
use parse::token::{str_to_ident};