1
0
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:
Emil Ernerfeldt
2025-08-06 13:55:53 +02:00
committed by GitHub
parent d42ea3800f
commit 36a4981f29
22 changed files with 114 additions and 60 deletions

View File

@@ -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",