bevy/crates/bevy_ecs/macros/src
Rob Parrett a788e31ad5
Fix CI for Rust 1.72 (#9562)
# Objective

[Rust 1.72.0](https://blog.rust-lang.org/2023/08/24/Rust-1.72.0.html) is
now stable.

# Notes

- `let-else` formatting has arrived!
- I chose to allow `explicit_iter_loop` due to
https://github.com/rust-lang/rust-clippy/issues/11074.
  
We didn't hit any of the false positives that prevent compilation, but
fixing this did produce a lot of the "symbol soup" mentioned, e.g. `for
image in &mut *image_events {`.
  
  Happy to undo this if there's consensus the other way.

---------

Co-authored-by: François <mockersf@gmail.com>
2023-08-25 12:34:24 +00:00
..
component.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
fetch.rs Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00
lib.rs Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00
set.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
states.rs States derive macro (#7535) 2023-02-07 14:02:21 +00:00