Refactor away AttrMetaMethods
.
This commit is contained in:
parent
e264828b27
commit
bfb01bbb26
40 changed files with 50 additions and 158 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue