Skip to content

Commit

Permalink
chore(lints): Remove removed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Oct 5, 2024
1 parent 4234925 commit 9238fc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ module_name_repetitions = { level = "allow", priority = 1 }
# and made it more strict. Will perhaps get too annoying.

absolute_paths_not_starting_with_crate = "warn"
box_pointers = "allow" # Not useful nowadays
deprecated_safe = "warn"
elided_lifetimes_in_paths = "warn"
explicit_outlives_requirements = "warn"
Expand Down

0 comments on commit 9238fc1

Please sign in to comment.