Skip to content

Commit 375b347

Browse files
committed
chore: fix mistake in configuring deny.toml V2
1 parent 0c52c0d commit 375b347

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,12 @@ all-features = false
232232
# If true, metadata will be collected with `--no-default-features`. The same
233233
# caveat with `all-features` applies
234234
no-default-features = false
235+
235236
# If set, these feature will be enabled when collecting metadata. If `--features`
236237
# is specified on the cmd line they will take precedence over this option.
237238
#features = []
239+
240+
[output]
238241
# When outputting inclusion graphs in diagnostics that include features, this
239242
# option can be used to specify the depth at which feature edges will be added.
240243
# This option is included since the graphs can be quite large and the addition

0 commit comments

Comments
 (0)