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 44604fc commit ff82d69Copy full SHA for ff82d69
deny.toml
@@ -88,7 +88,7 @@ ignore = true
88
# Lint level for when multiple versions of the same crate are detected
89
multiple-versions = "warn"
90
# Lint level for when a crate version requirement is `*`
91
-wildcards = "deny"
+wildcards = "warn"
92
# The graph highlighting used when creating dotgraphs for crates
93
# with multiple versions
94
# * lowest-version - The path to the lowest versioned duplicate is highlighted
0 commit comments