Remove some P-s
This commit is contained in:
parent
b75baad5c3
commit
10f234240d
4 changed files with 6 additions and 7 deletions
|
@ -225,7 +225,7 @@ impl<'a> Parser<'a> {
|
|||
return Err(e);
|
||||
}
|
||||
|
||||
(Ident::invalid(), ItemKind::Use(P(tree)))
|
||||
(Ident::invalid(), ItemKind::Use(tree))
|
||||
} else if self.check_fn_front_matter() {
|
||||
// FUNCTION ITEM
|
||||
let (ident, sig, generics, body) = self.parse_fn(attrs, req_name, lo)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue