Skip to content

Commit

Permalink
Update lints for Rust 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jul 25, 2024
1 parent 867e816 commit 1fcb2f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ irrefutable_let_patterns = "deny"
mixed_script_confusables = "deny"
named_arguments_used_positionally = "deny"
no_mangle_generic_items = "deny"
non_contiguous_range_endpoints = "deny"
non_fmt_panics = "deny"
non_shorthand_field_patterns = "deny"
noop_method_call = "deny"
Expand All @@ -90,6 +91,7 @@ trivial_bounds = "deny"
type_alias_bounds = "deny"
unconditional_recursion = "deny"
undefined_naked_function_abi = "deny"
unexpected_cfgs = "deny"
ungated_async_fn_track_caller = "deny"
unknown_lints = "deny"
unused_associated_type_bounds = "deny"
Expand Down Expand Up @@ -206,6 +208,7 @@ rest_pat_in_fully_bound_structs = "deny"
same_functions_in_if_condition = "deny"
semicolon_if_nothing_returned = "deny"
should_panic_without_expect = "deny"
single_char_pattern = "deny"
single_match_else = "deny"
stable_sort_primitive = "deny"
string_add_assign = "deny"
Expand Down

0 comments on commit 1fcb2f3

Please sign in to comment.