bevy/crates/bevy_ecs/examples
Daniel McNab e74f7a7335 Fix the new nightly CI errors (#2811)
# Objective

- CI is failing again
- These failures result from https://github.com/rust-lang/rust/pull/85200

## Solution

- Fix the errors which result from this by using the given fields
- I also removed the now unused `Debug` impl.

I suspect that we shouldn't use -D warnings for nightly CI - ideally we'd get a discord webhook message into some (non-#github) dedicated channel on warnings. 

But this does not implement that.
2021-09-12 23:40:22 +00:00
..
change_detection.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
component_storage.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
events.rs Fix the new nightly CI errors (#2811) 2021-09-12 23:40:22 +00:00
resources.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00