Skip to content

Commit

Permalink
ci: temp allow clipply lint: needless_return
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Oct 3, 2024
1 parent b65f25a commit 994bba0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ opt-level = 3
[profile.release-debug]
debug = true
inherits = "release"

# temp allow this lint
[lints.clippy]
needless_return = "allow"

0 comments on commit 994bba0

Please sign in to comment.