mirror of
https://github.com/bevyengine/bevy.git
synced 2026-07-03 09:13:55 -04:00
dc14df3bf0
# Objective fixes #20748 ## Solution add `dead_code` to a bunch of test and example structs. ## Testing `cargo run -p ci` works on beta (but not nightly) There's a handful of `unfulfilled_lint_expectations` on these `dead_code`s that I'm not sure how to suppress in some compilation runs but not in others. --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>