Skip to content

Commit ba54c27

Browse files
committed
build: update lint rules
1 parent 6ad2859 commit ba54c27

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ get_first = "allow"
4343
let_and_return = "allow"
4444
redundant_closure = "allow"
4545
single_match = "allow"
46+
clone_on_copy = "allow"

float-pigment-forest/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ piston_window = "0.128.0"
5858

5959
[lints.clippy]
6060
missing_safety_doc = "allow"
61+
clone_on_copy = "allow"

0 commit comments

Comments
 (0)