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:
Stefan Holderbach
2023-01-30 14:06:36 +01:00
committed by GitHub
parent 7402589775
commit 1ea39abcff
20 changed files with 56 additions and 81 deletions

View File

@ -46,7 +46,6 @@ impl Command for SubCommand {
}];
Value::Record { cols, vals, span }
})
.into_iter()
.into_pipeline_data(engine_state.ctrlc.clone()))
}