mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Style: forbid .zip and .chain (#8188)
The `zip(a, b)` variant produces clearer code imho. Downside: added dependency on `itertools`
This commit is contained in:
@@ -74,6 +74,7 @@ egui = { workspace = true, default-features = false }
|
||||
|
||||
ahash.workspace = true
|
||||
enum-map.workspace = true
|
||||
itertools.workspace = true
|
||||
log.workspace = true
|
||||
profiling.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user