Skip to content

Commit

Permalink
disable broken assertions_on_result_states lint
Browse files Browse the repository at this point in the history
Signed-off-by: strawberry <[email protected]>
  • Loading branch information
girlbossceo committed Mar 18, 2024
1 parent 4a62acb commit e76d784
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e76d784

Please sign in to comment.