mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-17 18:15:25 +00:00
Fix Rust 1.44 clippy warnings
This commit is contained in:
parent
6708cef2a4
commit
f7216a144a
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ impl<O: OutputStream> Compiler<O> {
|
||||||
{
|
{
|
||||||
return Err(self.error_loc(
|
return Err(self.error_loc(
|
||||||
CompileErrorType::AsyncReturnValue,
|
CompileErrorType::AsyncReturnValue,
|
||||||
statement.location.clone(),
|
statement.location,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
self.compile_expression(v)?;
|
self.compile_expression(v)?;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue