bevy/crates/bevy_window/src
MichiRecRoom 8031d8431b
bevy_window: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17213)
# Objective
- https://github.com/bevyengine/bevy/issues/17111

## Solution
Set the `clippy::allow_attributes` and
`clippy::allow_attributes_without_reason` lints to `deny`, and bring
`bevy_window` in line with the new restrictions.

## Testing
`cargo clippy --tests` was run, and no errors were encountered.
2025-01-07 18:47:10 +00:00
..
event.rs Add no_std support to bevy_window (#17031) 2025-01-01 23:05:25 +00:00
lib.rs bevy_window: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17213) 2025-01-07 18:47:10 +00:00
monitor.rs Add no_std support to bevy_window (#17031) 2025-01-01 23:05:25 +00:00
raw_handle.rs bevy_window: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17213) 2025-01-07 18:47:10 +00:00
system_cursor.rs Add no_std support to bevy_window (#17031) 2025-01-01 23:05:25 +00:00
system.rs Add no_std support to bevy_window (#17031) 2025-01-01 23:05:25 +00:00
window.rs can hide status bar on iOS (#17179) 2025-01-06 19:19:56 +00:00