mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49: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:
@@ -1257,6 +1257,7 @@ dependencies = [
|
||||
"document-features",
|
||||
"emath",
|
||||
"epaint",
|
||||
"itertools 0.14.0",
|
||||
"log",
|
||||
"nohash-hasher",
|
||||
"profiling",
|
||||
@@ -1363,6 +1364,7 @@ dependencies = [
|
||||
"ehttp",
|
||||
"enum-map",
|
||||
"image",
|
||||
"itertools 0.14.0",
|
||||
"jiff",
|
||||
"log",
|
||||
"mime_guess2",
|
||||
|
||||
Reference in New Issue
Block a user