Skip to content

Benchmarks

Benchmarks #2272

GitHub Actions / clippy failed Jun 26, 2024 in 1s

clippy

2 errors, 36 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 36
Note 0
Help 0

Versions

  • rustc 1.74.0 (79e9716c9 2023-11-13)
  • cargo 1.74.0 (ecb9851af 2023-10-18)
  • clippy 0.1.74 (79e9716 2023-11-13)

Annotations

Check failure on line 22 in pallets/collective-proxy/src/benchmarking.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `sp_std::prelude::*`

error: unused import: `sp_std::prelude::*`
  --> pallets/collective-proxy/src/benchmarking.rs:22:5
   |
22 | use sp_std::prelude::*;
   |     ^^^^^^^^^^^^^^^^^^

Check failure on line 19 in pallets/collective-proxy/src/benchmarking.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `Pallet as CollectiveProxy`

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)]`