mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 09:54:32 +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
@ -178,7 +178,6 @@ impl Command for Ls {
|
||||
let mut hidden_dirs = vec![];
|
||||
|
||||
Ok(paths_peek
|
||||
.into_iter()
|
||||
.filter_map(move |x| match x {
|
||||
Ok(path) => {
|
||||
let metadata = match std::fs::symlink_metadata(&path) {
|
||||
|
Reference in New Issue
Block a user