Temporarily remove allow_attributes_without_warn

This commit is contained in:
Rich Churcher 2024-09-20 09:32:21 +12:00
parent 98e02f83dd
commit 18f523a853

View file

@ -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"