# 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())`
|
||
|---|---|---|
| .. | ||
| button.rs | ||
| font_atlas_debug.rs | ||
| text_debug.rs | ||
| text.rs | ||
| transparency_ui.rs | ||
| ui_scaling.rs | ||
| ui.rs | ||