Simplify and remove unnecessary use of ast_map
This commit is contained in:
parent
aa67deff33
commit
2c17ff7dbc
2 changed files with 1 additions and 40 deletions
|
@ -3050,8 +3050,6 @@ pub impl Parser {
|
|||
let attrs = self.parse_outer_attributes();
|
||||
let lo = self.span.lo;
|
||||
|
||||
let static_sty = spanned(lo, self.span.hi, sty_static);
|
||||
|
||||
let visa = self.parse_visibility();
|
||||
let pur = self.parse_fn_purity();
|
||||
let ident = self.parse_ident();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue