Add general refactorings (#3996)

This commit is contained in:
Marcin Puc
2021-09-10 00:44:22 +02:00
committed by GitHub
parent ae9f4135c0
commit 51c74eebd0
165 changed files with 540 additions and 615 deletions

View File

@@ -169,7 +169,7 @@ where
.iter()
.skip(skip)
.take(amount)
.map(|x| *x as u8)
.map(|&x| x as u8)
.collect();
if cfg.title {