mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Enable clippy::iter_over_hash_type lint (#7421)
This helped discover a few things that _might_ have been buggy.
This commit is contained in:
@@ -1290,7 +1290,6 @@ name = "egui-winit"
|
||||
version = "0.32.0"
|
||||
dependencies = [
|
||||
"accesskit_winit",
|
||||
"ahash",
|
||||
"arboard",
|
||||
"bytemuck",
|
||||
"document-features",
|
||||
@@ -1374,7 +1373,6 @@ dependencies = [
|
||||
name = "egui_glow"
|
||||
version = "0.32.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"bytemuck",
|
||||
"document-features",
|
||||
"egui",
|
||||
|
||||
Reference in New Issue
Block a user