upgrade to polkadot 1.2.1 #2294
Annotations
2 errors and 1 warning
Clippy:
runtimes/eden/src/weights/pallet_xcm_benchmarks_fungible.rs#L83
error: associated functions `reserve_asset_deposited` and `initiate_reserve_withdraw` are never used
--> runtimes/eden/src/weights/pallet_xcm_benchmarks_fungible.rs:83:16
|
47 | impl<T: frame_system::Config> WeightInfo<T> {
| ------------------------------------------- associated functions in this implementation
...
83 | pub(crate) fn reserve_asset_deposited() -> Weight {
| ^^^^^^^^^^^^^^^^^^^^^^^
...
98 | pub(crate) fn initiate_reserve_withdraw() -> Weight {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: requested on the command line with `-D dead-code`
|
Clippy
Clippy had exited with the 101 exit code
|
Clippy:
runtimes/eden/src/weights/pallet_collator_selection.rs#L169
warning: unused variable: `r`
--> runtimes/eden/src/weights/pallet_collator_selection.rs:169:17
|
169 | fn new_session(r: u32, c: u32, ) -> Weight {
| ^ help: if this is intentional, prefix it with an underscore: `_r`
|
= note: `#[warn(unused_variables)]` on by default
|
The logs for this run have expired and are no longer available.
Loading