Some clippy fixes for 1.36
This commit is contained in:
@@ -28,7 +28,7 @@ pub(crate) struct TextTokenSource<'t> {
|
||||
|
||||
impl<'t> TokenSource for TextTokenSource<'t> {
|
||||
fn current(&self) -> PToken {
|
||||
return self.curr.0;
|
||||
self.curr.0
|
||||
}
|
||||
|
||||
fn lookahead_nth(&self, n: usize) -> PToken {
|
||||
|
||||
Reference in New Issue
Block a user