Remove needless returns detected by clippy in the compiler
This commit is contained in:
@@ -2553,7 +2553,7 @@ impl<'a> Parser<'a> {
|
||||
err.delay_as_bug();
|
||||
}
|
||||
}
|
||||
return Ok(false); // Don't continue.
|
||||
Ok(false) // Don't continue.
|
||||
}
|
||||
|
||||
/// Attempt to parse a generic const argument that has not been enclosed in braces.
|
||||
|
||||
Reference in New Issue
Block a user