1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00
Files
egui/crates/egui_kittest/src
lucasmerlin 97c661263e Cleanup: rename plugin_dispatch to dispatch, drop fail_ref
Drop the redundant `plugin_` prefix on the dispatch helper (it's already a
method on `Harness`). Make `TestResult` `Copy` so it can be passed by value
inside the dispatch closure, removing the need for the `fail_ref` re-borrow
helper. Also drop the empty-plugins early-return microopt in `dispatch` —
the `mem::take`/`extend` dance is cheap on empty vecs.
2026-05-26 16:33:56 +02:00
..
2026-05-26 16:33:55 +02:00
2026-05-26 16:33:55 +02:00
2026-05-22 12:25:34 +02:00