Closed nazar-pc closed 1 year ago
Yea… same is happening in Polkadot https://github.com/paritytech/polkadot/pull/7382
@koute the closure warning be this one maybe:
https://github.com/paritytech/parity-scale-codec/blob/0688c04994bdcf7ad817eddd26077625458102c4/derive/src/decode.rs#L78
Ah, yep. I'll fix it.
We had the same problem in ink!
PR with a fix here: https://github.com/paritytech/parity-scale-codec/pull/455
Upgraded from 3.1.4 to 3.6.0 and getting a lot of warnings like these in generated code:
I think they need to be fixed or suppressed for generated code.