feat(runtime-eden): add bridge_all_vesting_schedules #2557
Annotations
4 warnings
|
pallets/allocations/src/benchmarking.rs#L19
warning: duplicated attribute
--> pallets/allocations/src/benchmarking.rs:19:8
|
19 | #![cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: first defined here
--> pallets/allocations/src/lib.rs:20:7
|
20 | #[cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: remove this attribute
--> pallets/allocations/src/benchmarking.rs:19:8
|
19 | #![cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicated_attributes
= note: `#[warn(clippy::duplicated_attributes)]` on by default
|
pallets/sponsorship/src/benchmarking.rs#L20
warning: duplicated attribute
--> pallets/sponsorship/src/benchmarking.rs:20:8
|
20 | #![cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: first defined here
--> pallets/sponsorship/src/lib.rs:55:7
|
55 | #[cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: remove this attribute
--> pallets/sponsorship/src/benchmarking.rs:20:8
|
20 | #![cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicated_attributes
= note: `#[warn(clippy::duplicated_attributes)]` on by default
|
pallets/grants/src/lib.rs#L242
warning: the borrowed expression implements the required traits
--> pallets/grants/src/lib.rs:242:32
|
242 | Bridges::<T>::contains_key(&BridgeId(bridge_id)),
| ^^^^^^^^^^^^^^^^^^^^ help: change this to: `BridgeId(bridge_id)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
|
This job succeeded
Loading