bevy/examples/window
Jakob Hellermann 1ff4b98755
fix new clippy lints before they reach stable (#8700)
# Objective

- fix clippy lints early to make sure CI doesn't break when they get
promoted to stable
- have a noise-free `clippy` experience for nightly users

## Solution

- `cargo clippy --fix`
- replace `filter_map(|x| x.ok())` with `map_while(|x| x.ok())` to fix
potential infinite loop in case of IO error
2023-05-29 07:23:50 +00:00
..
clear_color.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
low_power.rs add a default font (#8445) 2023-04-21 22:30:18 +00:00
multiple_windows.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
scale_factor_override.rs Flatten UI Style properties that use Size + remove Size (#8548) 2023-05-16 01:36:32 +00:00
screenshot.rs Screenshots in wasm (#8455) 2023-04-28 19:37:11 +00:00
transparent_window.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
window_resizing.rs fix new clippy lints before they reach stable (#8700) 2023-05-29 07:23:50 +00:00
window_settings.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00