Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov

Cleanup syntax::attr

Mostly removing needless arguments to constructors

r? @petrochenkov
This commit is contained in:
Mazdak Farrokhzad
2019-08-03 13:11:59 +02:00
committed by GitHub
40 changed files with 206 additions and 538 deletions

View File

@@ -8,7 +8,6 @@ use errors::Applicability;
use syntax::ast;
use syntax::ext::base::{self, *};
use syntax::ext::build::AstBuilder;
use syntax::parse::token;
use syntax::ptr::P;
use syntax::symbol::{Symbol, sym};