egui icon indicating copy to clipboard operation
egui copied to clipboard

allow(dead_code)

Open rustbasic opened this issue 1 year ago • 3 comments

allow(dead_code)

  • Closes #5207

rustbasic avatar Sep 24 '24 15:09 rustbasic

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.

github-actions[bot] avatar Sep 24 '24 15:09 github-actions[bot]

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 avatar Sep 24 '24 15:09 lucasmerlin

@lucasmerlin I also already wondered but maybe there is something we miss... I don't get a linting error...

bircni avatar Sep 24 '24 20:09 bircni

This is required for the latest version of the Rust compiler.

rustbasic avatar Oct 30 '24 14:10 rustbasic