mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 10:52:54 +02:00
Run a round of clippy --fix to fix a ton of lints (#7006)
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com> Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
This commit is contained in:
@@ -174,7 +174,7 @@ where
|
||||
.iter()
|
||||
.skip(skip)
|
||||
.take(amount)
|
||||
.map(|&x| x as u8)
|
||||
.copied()
|
||||
.collect();
|
||||
|
||||
if cfg.title {
|
||||
|
Reference in New Issue
Block a user