Skip to content

Commit 39566bf

Browse files
chore: add clippy cfg_not_test extra-pedantic lint (#903)
1 parent 424e46d commit 39566bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ unnecessary_box_returns = "warn"
129129

130130
# == Extra-pedantic clippy == #
131131
allow_attributes = "warn"
132+
cfg_not_test = "warn"
132133
disallowed_script_idents = "warn"
133134
non_zero_suggestions = "warn"
134135
renamed_function_params = "warn"

0 commit comments

Comments
 (0)