Remove an unnecessary return
keyword.
This commit is contained in:
parent
03a57254b5
commit
f8650114bd
1 changed files with 1 additions and 1 deletions
|
@ -1172,7 +1172,7 @@ impl<'a> Parser<'a> {
|
|||
}
|
||||
i += 1;
|
||||
}
|
||||
return looker(&token);
|
||||
looker(&token)
|
||||
}
|
||||
|
||||
/// Returns whether any of the given keywords are `dist` tokens ahead of the current one.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue