bevy/crates/bevy_asset/src
Bruce Mitchener 9a798aa100
Allow clippy::type_complexity in more places. (#9796)
# Objective

- See fewer warnings when running `cargo clippy` locally.

## Solution

- allow `clippy::type_complexity` in more places, which also signals to
users they should do the same.
2023-10-02 21:55:16 +00:00
..
io don't ignore some EventKind::Modify (#9767) 2023-09-13 05:45:39 +00:00
processor Fix some typos (#9934) 2023-09-26 19:46:24 +00:00
server Copy on Write AssetPaths (#9729) 2023-09-09 23:15:10 +00:00
assets.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
event.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
folder.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
handle.rs Asset v2: Asset path serialization fix (#9756) 2023-09-13 05:43:01 +00:00
id.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
lib.rs Allow clippy::type_complexity in more places. (#9796) 2023-10-02 21:55:16 +00:00
loader.rs Copy on Write AssetPaths (#9729) 2023-09-09 23:15:10 +00:00
meta.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
path.rs Manual "Reflect Value" AssetPath impl to fix dynamic linking (#9752) 2023-09-13 18:29:19 +00:00
reflect.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
saver.rs Copy on Write AssetPaths (#9729) 2023-09-09 23:15:10 +00:00