Skip to content

Commit

Permalink
Merge pull request #172 from light-curve/clippy-incompatible_msrv
Browse files Browse the repository at this point in the history
Activates a couple of new Rust lints
  • Loading branch information
hombit authored Jul 26, 2024
2 parents aaf8844 + 5420278 commit 2cc3773
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ name = "benchmark"
path = "benches/lib.rs"
harness = false

[lints.clippy]
incompatible_msrv = "deny"

[lints.rust]
unexpected_cfgs = "deny"

[package.metadata.docs.rs]
rustdoc-args = [
"--html-in-header",
Expand Down

0 comments on commit 2cc3773

Please sign in to comment.