mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -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:
@@ -57,7 +57,6 @@ x11 = ["winit/x11", "bytemuck"]
|
||||
[dependencies]
|
||||
egui = { workspace = true, default-features = false, features = ["log"] }
|
||||
|
||||
ahash.workspace = true
|
||||
log.workspace = true
|
||||
profiling.workspace = true
|
||||
raw-window-handle.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user