mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Apply nightly clippy fixes (#9381)
# Description New lints coming from `cargo +nightly clippy` Manually checked for problems. # User-Facing Changes None # Tests + Formatting (-)
This commit is contained in:
committed by
GitHub
parent
74ba00a222
commit
a5dd93d154
@ -176,7 +176,6 @@ fn get_arguments(engine_state: &EngineState, stack: &mut Stack, call: Call) -> V
|
||||
span: name.span,
|
||||
};
|
||||
arg_value.push(rec);
|
||||
} else {
|
||||
};
|
||||
|
||||
if let Some(expression) = opt_expr {
|
||||
@ -207,7 +206,6 @@ fn get_arguments(engine_state: &EngineState, stack: &mut Stack, call: Call) -> V
|
||||
span: expression.span,
|
||||
};
|
||||
arg_value.push(rec);
|
||||
} else {
|
||||
};
|
||||
}
|
||||
Argument::Positional(inner_expr) => {
|
||||
|
Reference in New Issue
Block a user