Skip to content

Commit 4be79cd

Browse files
committed
whitelist clippy useless conversion warning
1 parent 265b69f commit 4be79cd

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
@@ -46,6 +46,7 @@ arithmetic-side-effects = "deny"
4646
type_complexity = "allow"
4747
unwrap-used = "deny"
4848
manual_inspect = "allow"
49+
useless_conversion = "allow" # until polkadot is patched
4950

5051
[workspace.dependencies]
5152
async-trait = "0.1"

0 commit comments

Comments
 (0)