bevy/crates/bevy_ecs/examples
Jakob Hellermann e71c4d2802 fix nightly clippy warnings (#6395)
# Objective

- fix new clippy lints before they get stable and break CI

## Solution

- run `clippy --fix` to auto-fix machine-applicable lints
- silence `clippy::should_implement_trait` for `fn HandleId::default<T: Asset>`

## Changes
- always prefer `format!("{inline}")` over `format!("{}", not_inline)`
- prefer `Box::default` (or `Box::<T>::default` if necessary) over `Box::new(T::default())`
2022-10-28 21:03:01 +00:00
..
change_detection.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
derive_label.rs Add attribute to ignore fields of derived labels (#5366) 2022-07-19 05:21:19 +00:00
events.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
resources.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00