Remove an unnecessary return keyword.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user