Skip to content

Commit

Permalink
chore: temporarily allow missing const for fn
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Feb 7, 2025
1 parent f7f6feb commit 94ee825
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 @@ -32,7 +32,7 @@ all = "warn"

[lints.clippy]
all = { level = "warn", priority = -1 }
missing-const-for-fn = "warn"
missing-const-for-fn = "allow" # TODO: https://github.com/rust-lang/rust-clippy/issues/14020
use-self = "warn"
redundant-clone = "warn"

Expand Down

0 comments on commit 94ee825

Please sign in to comment.