bevy/crates/bevy_ecs/src
targrub c18b1a839b Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376)
# Objective

- Proactive changing of code to comply with warnings generated by beta of rustlang version of cargo clippy.

## Solution

- Code changed as recommended by `rustup update`, `rustup default beta`, `cargo run -p ci -- clippy`.
- Tested using `beta` and `stable`.  No clippy warnings in either after changes made.

---

## Changelog

- Warnings fixed were: `clippy::explicit-auto-deref` (present in 11 files), `clippy::needless-borrow` (present in 2 files), and `clippy::only-used-in-recursion` (only 1 file).
2022-10-26 19:15:15 +00:00
..
entity Optimize rendering slow-down at high entity counts (#5509) 2022-10-24 19:24:49 +00:00
query Avoid making Fetchs Clone (#5593) 2022-10-26 13:16:25 +00:00
schedule Rename system chaining to system piping (#6230) 2022-10-11 15:21:12 +00:00
storage Extract Resources into their own dedicated storage (#4809) 2022-10-24 13:46:36 +00:00
system Implement IntoIterator for ECS wrapper types. (#5096) 2022-10-24 21:01:08 +00:00
world Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376) 2022-10-26 19:15:15 +00:00
archetype.rs Optimize rendering slow-down at high entity counts (#5509) 2022-10-24 19:24:49 +00:00
bundle.rs Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376) 2022-10-26 19:15:15 +00:00
change_detection.rs Implement IntoIterator for ECS wrapper types. (#5096) 2022-10-24 21:01:08 +00:00
component.rs Fix CI issues arising from use of Rust 1.64 (#6067) 2022-09-22 16:56:43 +00:00
event.rs Optimize use statement (#5992) 2022-09-15 17:05:09 +00:00
lib.rs implemented #[bundle(ignore)] (#6123) 2022-10-24 14:33:45 +00:00
reflect.rs Enable Constructing ReflectComponent/Resource (#6257) 2022-10-17 14:01:50 +00:00