We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad2859 commit ba54c27Copy full SHA for ba54c27
Cargo.toml
@@ -43,3 +43,4 @@ get_first = "allow"
43
let_and_return = "allow"
44
redundant_closure = "allow"
45
single_match = "allow"
46
+clone_on_copy = "allow"
float-pigment-forest/Cargo.toml
@@ -58,3 +58,4 @@ piston_window = "0.128.0"
58
59
[lints.clippy]
60
missing_safety_doc = "allow"
61
0 commit comments