Skip to content

Add tracing to tree_availability #47

Add tracing to tree_availability

Add tracing to tree_availability #47

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy succeeded Nov 2, 2023 in 0s

clippy

3 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 3
Note 0
Help 0

Versions

  • rustc 1.74.0-nightly (4e78abb43 2023-08-28)
  • cargo 1.74.0-nightly (925280f02 2023-08-25)
  • clippy 0.1.73 (4e78abb 2023-08-28)

Annotations

Check warning on line 1 in crates/tree_availability/src/world_tree/tree_updater.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `AtomicBool`

warning: unused import: `AtomicBool`
 --> crates/tree_availability/src/world_tree/tree_updater.rs:1:25
  |
1 | use std::sync::atomic::{AtomicBool, AtomicU64};
  |                         ^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

Check warning on line 11 in crates/state_bridge/src/root.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `ethers::prelude::abigen`

warning: unused import: `ethers::prelude::abigen`
  --> crates/state_bridge/src/root.rs:11:5
   |
11 | use ethers::prelude::abigen;
   |     ^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 3 in crates/state_bridge/src/bridge.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `ethers::middleware::contract::abigen`

warning: unused import: `ethers::middleware::contract::abigen`
 --> crates/state_bridge/src/bridge.rs:3:5
  |
3 | use ethers::middleware::contract::abigen;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default