bevy/examples/ui
张林伟 0d2cdb450d Fix beta clippy lints (#7154)
# Objective

- When I run `cargo run -p ci` for my pr locally using latest beta toolchain, the ci failed due to [uninlined_format_args](https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args) and [needless_lifetimes](https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes) lints

## Solution

- Fix lints according to clippy suggestions.
2023-01-11 09:51:22 +00:00
..
button.rs Remove auto-margin properties from the examples (#6535) 2022-11-21 14:38:35 +00:00
font_atlas_debug.rs Rename Handle::as_weak() to cast_weak() (#5321) 2022-10-28 22:43:14 +00:00
text_debug.rs Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00
text.rs Add Exponential Moving Average into diagnostics (#4992) 2022-10-24 13:46:37 +00:00
transparency_ui.rs Remove auto-margin properties from the examples (#6535) 2022-11-21 14:38:35 +00:00
ui_scaling.rs UI scaling fix (#6479) 2022-11-05 13:51:12 +00:00
ui.rs Fixes scroll example after inverting UI Y axis (#6290) 2022-10-18 13:28:35 +00:00
window_fallthrough.rs Expose set_cursor_hittest() from winit (#6664) 2022-11-21 12:59:10 +00:00
z_index.rs Remove auto-margin properties from the examples (#6535) 2022-11-21 14:38:35 +00:00