We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd59d1 commit 9a5464eCopy full SHA for 9a5464e
Cargo.toml
@@ -78,6 +78,7 @@ single_use_lifetimes = "warn"
78
[workspace.lints.clippy]
79
unused_async = "deny"
80
undocumented_unsafe_blocks = "warn"
81
+implicit_clone = "warn"
82
83
[workspace.dependencies]
84
hickory-proto = "0.24.3"
test/Cargo.toml
@@ -34,6 +34,7 @@ single_use_lifetimes = "warn"
34
35
36
37
38
39
40
futures = "0.3"
0 commit comments