disable broken assertions_on_result_states lint

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-17 23:02:21 -04:00 committed by June
parent 2be43d3712
commit 896c372cfe

View file

@ -471,7 +471,10 @@ wildcard_dependencies = "warn"
or_fun_call = "warn"
unnecessary_lazy_evaluations = "warn"
# as_conversions = "warn"
assertions_on_result_states = "warn"
# seems to be broken
#assertions_on_result_states = "warn"
default_union_representation = "warn"
deref_by_slicing = "warn"
empty_drop = "warn"