bevy/crates/bevy_scene/src
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
..
bundle.rs Add VisibilityBundle and use it to fix gltfs, scenes, and examples (#5335) 2022-07-16 02:47:23 +00:00
dynamic_scene_builder.rs bevy_scene: Stabilize entity order in DynamicSceneBuilder (#6382) 2022-10-27 23:38:03 +00:00
dynamic_scene.rs Create a scene from a dynamic scene (#6229) 2022-10-17 16:25:12 +00:00
lib.rs dynamic scene builder (#6227) 2022-10-12 01:48:16 +00:00
scene_loader.rs Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376) 2022-10-26 19:15:15 +00:00
scene_spawner.rs scenes: simplify return type of iter_instance_entities (#5994) 2022-10-10 23:09:08 +00:00
scene.rs Clean up Fetch code (#4800) 2022-10-28 09:25:50 +00:00
serde.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00