bevy/crates/bevy_ui/src
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
..
flex Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376) 2022-10-26 19:15:15 +00:00
render fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
widget fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
entity.rs Make the default background color of NodeBundle transparent (#6211) 2022-10-09 21:03:05 +00:00
focus.rs Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
geometry.rs Utility methods for Val (#6134) 2022-10-24 14:33:46 +00:00
lib.rs Resolve most remaining execution-order ambiguities (#6341) 2022-10-27 12:56:03 +00:00
ui_node.rs Utility methods for Val (#6134) 2022-10-24 14:33:46 +00:00
update.rs Fix clipping in UI (#6351) 2022-10-24 14:33:51 +00:00