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.
1 parent 265b69f commit 4be79cdCopy full SHA for 4be79cd
Cargo.toml
@@ -46,6 +46,7 @@ arithmetic-side-effects = "deny"
46
type_complexity = "allow"
47
unwrap-used = "deny"
48
manual_inspect = "allow"
49
+useless_conversion = "allow" # until polkadot is patched
50
51
[workspace.dependencies]
52
async-trait = "0.1"
0 commit comments