fix unused binding
This commit is contained in:
parent
377d14be88
commit
b6f518877f
1 changed files with 1 additions and 1 deletions
|
@ -1610,7 +1610,7 @@ impl<'a> Parser<'a> {
|
|||
}
|
||||
|
||||
self.bump(); // `+`
|
||||
let bounds = self.parse_generic_bounds()?;
|
||||
let _bounds = self.parse_generic_bounds()?;
|
||||
let sum_span = ty.span.to(self.prev_token.span);
|
||||
|
||||
let sub = match &ty.kind {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue