Skip to content

Commit

Permalink
chore: Disable the const function lint
Browse files Browse the repository at this point in the history
There's no reason to constify every method we have that might be
constified so let's disable the lint.
  • Loading branch information
poljar committed Jan 17, 2025
1 parent b19bc53 commit 1b4505d
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 @@ -32,7 +32,6 @@ rust_2018_idioms = "deny"
[lints.clippy]
unwrap_used = "deny"
mem_forget = "deny"
missing_const_for_fn = "warn"

[features]
default = ["libolm-compat"]
Expand Down

0 comments on commit 1b4505d

Please sign in to comment.