Benchmarks #2272
Annotations
4 errors
unused import: `sp_std::prelude::*`:
pallets/collective-proxy/src/benchmarking.rs#L22
error: unused import: `sp_std::prelude::*`
--> pallets/collective-proxy/src/benchmarking.rs:22:5
|
22 | use sp_std::prelude::*;
| ^^^^^^^^^^^^^^^^^^
|
unused import: `Pallet as CollectiveProxy`:
pallets/collective-proxy/src/benchmarking.rs#L19
error: unused import: `Pallet as CollectiveProxy`
--> pallets/collective-proxy/src/benchmarking.rs:19:13
|
19 | use super::{Pallet as CollectiveProxy, *};
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
compile-and-check
Canceling since a higher priority waiting request for 'Base checks-refs/heads/feat/governance-shibuya' exists
|
compile-and-check
The operation was canceled.
|