mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 16:15:19 -05:00
Upgrade to Rust 1.80 (#12586)
This commit is contained in:
@@ -2295,7 +2295,7 @@ impl<'src> Parser<'src> {
|
||||
}
|
||||
|
||||
if arguments.len() > 1 {
|
||||
for arg in arguments.args.iter() {
|
||||
for arg in &*arguments.args {
|
||||
if let Some(ast::ExprGenerator {
|
||||
range,
|
||||
parenthesized: false,
|
||||
|
||||
Reference in New Issue
Block a user