mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 06:30:17 +02:00
Add general refactorings (#3996)
This commit is contained in:
@@ -169,7 +169,7 @@ where
|
||||
.iter()
|
||||
.skip(skip)
|
||||
.take(amount)
|
||||
.map(|x| *x as u8)
|
||||
.map(|&x| x as u8)
|
||||
.collect();
|
||||
|
||||
if cfg.title {
|
||||
|
Reference in New Issue
Block a user