mirror of
https://github.com/bevyengine/bevy
synced 2025-01-08 03:08:55 +00:00
e71c4d2802
# 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())` |
||
---|---|---|
.. | ||
basis.rs | ||
dds.rs | ||
fallback_image.rs | ||
hdr_texture_loader.rs | ||
image.rs | ||
image_texture_conversion.rs | ||
image_texture_loader.rs | ||
ktx2.rs | ||
mod.rs | ||
texture_cache.rs |