bevy/tools
Jakob Hellermann e71c4d2802 fix nightly clippy warnings (#6395)
# 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())`
2022-10-28 21:03:01 +00:00
..
build-example-pages fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
build-wasm-example fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
ci Warn when passing invalid argument to CI (#5858) 2022-09-02 12:18:45 +00:00
spancmp fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
example_showcase.sh Small script fix (#2591) 2021-08-13 21:57:23 +00:00
publish.sh Generate vertex tangents using mikktspace (#3872) 2022-05-31 22:53:54 +00:00