Skip to content

Commit

Permalink
build: update lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
LastLeaf committed Dec 26, 2024
1 parent 6ad2859 commit ba54c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ get_first = "allow"
let_and_return = "allow"
redundant_closure = "allow"
single_match = "allow"
clone_on_copy = "allow"
1 change: 1 addition & 0 deletions float-pigment-forest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ piston_window = "0.128.0"

[lints.clippy]
missing_safety_doc = "allow"
clone_on_copy = "allow"

0 comments on commit ba54c27

Please sign in to comment.