Skip to content

Commit fac7939

Browse files
committed
clippy: allow cast_possible_wrap
1 parent 35996bf commit fac7939

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
@@ -8,6 +8,7 @@ license = "MIT OR Apache-2.0"
88

99
[workspace.lints.clippy]
1010
cast_possible_truncation = "allow"
11+
cast_possible_wrap = "allow"
1112
cast_precision_loss = "allow"
1213
cast_sign_loss = "allow"
1314
# See `clippy.toml`.

0 commit comments

Comments
 (0)