Upgrade to polkadot-v1.13.0 #2618
Annotations
1 warning
runtimes/eden/src/xcm_config.rs#L296
warning: useless conversion to the same type: `primitives::ParaId`
--> runtimes/eden/src/xcm_config.rs:296:71
|
296 | ParachainSystem::open_outbound_hrmp_channel_for_benchmarks_or_tests(RandomParaId::get().into());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `RandomParaId::get()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
This job succeeded
Loading