Skip to content

Commit

Permalink
setup clippy and fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gringasalpastor committed Dec 7, 2024
1 parent 69a77d9 commit b0cb5f6
Show file tree
Hide file tree
Showing 4 changed files with 427 additions and 362 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "mule-map"
version = "0.1.0"
edition = "2021"

[lints.clippy]
pedantic = { level = "warn", priority = -1 }

[dependencies]
num-traits = { version = "0.2.19", features = ["i128"] }
paste = "1.0.15"
Expand Down
10 changes: 2 additions & 8 deletions compare/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b0cb5f6

Please sign in to comment.