mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-14 08:35:21 +00:00
Remove needless return
This commit is contained in:
parent
a3b7a83741
commit
e1999cb698
1 changed files with 1 additions and 1 deletions
|
@ -1039,7 +1039,7 @@ impl<O: OutputStream> Compiler<O> {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
false
|
||||
}
|
||||
|
||||
fn compile_class_def(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue