bevy/crates/bevy_scene/src
张林伟 0d2cdb450d Fix beta clippy lints (#7154)
# Objective

- When I run `cargo run -p ci` for my pr locally using latest beta toolchain, the ci failed due to [uninlined_format_args](https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args) and [needless_lifetimes](https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes) lints

## Solution

- Fix lints according to clippy suggestions.
2023-01-11 09:51:22 +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.rs Allow iterating over with EntityRef over the entire World (#6843) 2022-12-05 22:35:02 +00:00
dynamic_scene_builder.rs Fix various typos (#7096) 2023-01-06 00:43:30 +00:00
lib.rs [Fixes #6030] Bevy scene optional serde (#6076) 2022-11-14 23:08:22 +00:00
scene.rs Clean up Fetch code (#4800) 2022-10-28 09:25:50 +00:00
scene_loader.rs [Fixes #6030] Bevy scene optional serde (#6076) 2022-11-14 23:08:22 +00:00
scene_spawner.rs Fix various typos (#7096) 2023-01-06 00:43:30 +00:00
serde.rs Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00