bevy/crates/bevy_hierarchy/src
MichiRecRoom 447108b2a4
Downgrade clippy::allow_attributes and clippy::allow_attributes_without_reason to warn (#17320)
# Objective
I realized that setting these to `deny` may have been a little
aggressive - especially since we upgrade warnings to denies in CI.

## Solution
Downgrades these lints to `warn`, so that compiles can work locally. CI
will still treat these as denies.
2025-01-12 05:28:26 +00:00
..
components Faster entity cloning (#16717) 2024-12-18 20:03:39 +00:00
child_builder.rs bevy_hierarchy: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17286) 2025-01-10 19:37:58 +00:00
events.rs Fix bevy_hierarchy failing to compile without reflect feature (#16428) 2024-11-19 01:28:42 +00:00
hierarchy.rs Improved Command Errors (#17215) 2025-01-10 04:15:50 +00:00
lib.rs Downgrade clippy::allow_attributes and clippy::allow_attributes_without_reason to warn (#17320) 2025-01-12 05:28:26 +00:00
query_extension.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
valid_parent_check_plugin.rs Add no_std support to bevy_hierarchy (#16998) 2024-12-29 19:12:29 +00:00