bevy/crates/bevy_asset/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
..
diagnostic docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
io Add warning when using load_folder on web (#5827) 2022-08-29 22:26:43 +00:00
asset_server.rs Fix various typos (#7096) 2023-01-06 00:43:30 +00:00
assets.rs Break CorePlugin into TaskPoolPlugin, TypeRegistrationPlugin, FrameCountPlugin. (#7083) 2023-01-05 11:42:35 +00:00
debug_asset_server.rs Plugins own their settings. Rework PluginGroup trait. (#6336) 2022-10-24 21:20:33 +00:00
filesystem_watcher.rs Update to notify 5.0 stable (#5865) 2022-09-02 15:54:54 +00:00
handle.rs asset: make HandleUntyped::id private (#7076) 2023-01-04 23:40:43 +00:00
info.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
lib.rs Derive clone and debug for AssetPlugin (#6583) 2022-11-14 23:08:26 +00:00
loader.rs Fix clippy::iter_with_drain (#6485) 2022-11-06 01:42:15 +00:00
path.rs Add From<String> for AssetPath<'a> (#6337) 2022-10-24 14:14:24 +00:00
reflect.rs Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00