We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cace37e commit c0ce4f3Copy full SHA for c0ce4f3
2 files changed
Cargo.toml
@@ -393,6 +393,8 @@ print_stderr = "allow"
393
unnecessary_sort_by = "allow"
394
# Allow iter() without IntoIterator implementation
395
iter_without_into_iter = "allow"
396
+# Allow modules with the same name as parent (test modules pattern)
397
+module_inception = "allow"
398
399
[profile.release]
400
lto = "fat"
0 commit comments