mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
Temporarily remove allow_attributes_without_warn
This commit is contained in:
parent
98e02f83dd
commit
18f523a853
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ semicolon_if_nothing_returned = "warn"
|
|||
type_complexity = "allow"
|
||||
undocumented_unsafe_blocks = "warn"
|
||||
unwrap_or_default = "warn"
|
||||
allow_attributes_without_reason = "warn"
|
||||
|
||||
ptr_as_ptr = "warn"
|
||||
ptr_cast_constness = "warn"
|
||||
|
|
Loading…
Reference in a new issue