bevy/crates/bevy_ecs/macros/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
..
component.rs Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00
fetch.rs Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00
lib.rs Fix a miscompilation with #[derive(SystemParam)] (#7105) 2023-01-10 18:41:50 +00:00