egui
egui copied to clipboard
allow(dead_code)
allow(dead_code)
- Closes #5207
Preview available at https://egui-pr-preview.github.io/pr/5157-patch129 Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.
Why is this needed? Are you getting a lint error?
If DummyStorage isn't exported and isn't used anywhere, maybe we can just remove it?
@lucasmerlin I also already wondered but maybe there is something we miss... I don't get a linting error...
This is required for the latest version of the Rust compiler.