mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 18:57:44 +02:00
Apply more recent/nightly clippy lints (#7916)
# Description - Use inline format strings in dataframe code - Fix manual `.is_ascii_digit()` check - Remove unnecessary `.into_iter()` calls
This commit is contained in:
committed by
GitHub
parent
7402589775
commit
1ea39abcff
@ -46,7 +46,6 @@ impl Command for SubCommand {
|
||||
}];
|
||||
Value::Record { cols, vals, span }
|
||||
})
|
||||
.into_iter()
|
||||
.into_pipeline_data(engine_state.ctrlc.clone()))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user