mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-12 04:36:23 +02:00
disable broken assertions_on_result_states lint
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
28082df30b
commit
243caf37fe
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue