mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Remove an unnecessary return
keyword.
This commit is contained in:
parent
03a57254b5
commit
f8650114bd
@ -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…
Reference in New Issue
Block a user