Skip to content

wip

wip #289

GitHub Actions / Clippy Results failed Sep 25, 2025 in 0s

Clippy Results

2 errors

Details

Results

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

Versions

  • rustc 1.88.0 (6b00bc388 2025-06-23)
  • cargo 1.88.0 (873a06493 2025-05-10)
  • clippy 0.1.88 (6b00bc3880 2025-06-23)

Annotations

Check failure on line 24 in crates/bitcoind_rpc/examples/filter_iter_v2.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Results

constant `NETWORK` is never used

error: constant `NETWORK` is never used
  --> crates/bitcoind_rpc/examples/filter_iter_v2.rs:24:7
   |
24 | const NETWORK: Network = Network::Signet;
   |       ^^^^^^^
   |
   = note: `-D dead-code` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(dead_code)]`

Check failure on line 6 in crates/bitcoind_rpc/examples/filter_iter_v2.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Results

unused import: `BlockHash`

error: unused import: `BlockHash`
 --> crates/bitcoind_rpc/examples/filter_iter_v2.rs:6:55
  |
6 |     bip158::BlockFilter, secp256k1::Secp256k1, Block, BlockHash, Network, ScriptBuf,
  |                                                       ^^^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`