mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Apply changes suggested by clippy lints
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ where
|
||||
} else {
|
||||
slice::from_raw_parts(array, array_size)
|
||||
.iter()
|
||||
.map(|c| mapper(c))
|
||||
.map(mapper)
|
||||
.collect()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user