Skip to content

Commit

Permalink
Stop Clippy Now! Campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
density215 committed Jan 29, 2025
1 parent 88a391b commit e06b909
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ default = []
[[bin]]
name = "cli"
required-features = ["cli"]

[lints.clippy]
needless_lifetimes = "allow"
extra_unused_lifetimes = "allow"
empty_line_after_outer_attr = "allow"
empty_line_after_doc_comments = "allow"

[lints.rust]
elided_named_lifetimes = "allow"

0 comments on commit e06b909

Please sign in to comment.