Skip to content

Commit

Permalink
Adjust lints for Rust 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jun 14, 2024
1 parent 739fea2 commit eeb79c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ rstest = { version = "0.21.0", default-features = false }
[lints.rust]
# Lint groups:
future_incompatible = { level = "deny", priority = -1 }
refining_impl_trait = { level = "deny", priority = -1 }
rust_2018_idioms = { level = "deny", priority = -1 }
unused = { level = "deny", priority = -1 }

Expand Down Expand Up @@ -81,7 +82,6 @@ opaque_hidden_inferred_bound = "deny"
overlapping_range_endpoints = "deny"
private_bounds = "deny"
private_interfaces = "deny"
refining_impl_trait = "deny"
renamed_and_removed_lints = "deny"
special_module_name = "deny"
stable_features = "deny"
Expand Down

0 comments on commit eeb79c0

Please sign in to comment.