We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ce4f3 commit 992b3d8Copy full SHA for 992b3d8
Cargo.toml
@@ -395,6 +395,8 @@ unnecessary_sort_by = "allow"
395
iter_without_into_iter = "allow"
396
# Allow modules with the same name as parent (test modules pattern)
397
module_inception = "allow"
398
+# Allow manual Default impl instead of derive (sometimes needed for doc comments)
399
+derivable_impls = "allow"
400
401
[profile.release]
402
lto = "fat"
0 commit comments