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.
deny.toml
1 parent 0c52c0d commit 375b347Copy full SHA for 375b347
deny.toml
@@ -232,9 +232,12 @@ all-features = false
232
# If true, metadata will be collected with `--no-default-features`. The same
233
# caveat with `all-features` applies
234
no-default-features = false
235
+
236
# If set, these feature will be enabled when collecting metadata. If `--features`
237
# is specified on the cmd line they will take precedence over this option.
238
#features = []
239
240
+[output]
241
# When outputting inclusion graphs in diagnostics that include features, this
242
# option can be used to specify the depth at which feature edges will be added.
243
# This option is included since the graphs can be quite large and the addition
0 commit comments