Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc
syntax: Remove traits `AttrMetaMethods`, `AttributeMethods`, and `AttrNestedMetaItemMethods`
This commit is contained in:
commit
c14ff2884d
44 changed files with 92 additions and 216 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