Skip to content

Implement coalescing of fetch_all #436

Implement coalescing of fetch_all

Implement coalescing of fetch_all #436

GitHub Actions / clippy failed Feb 1, 2024 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.75.0 (82e1608df 2023-12-21)
  • cargo 1.75.0 (1d8b05cdd 2023-11-20)
  • clippy 0.1.75 (82e1608 2023-12-21)

Annotations

Check failure on line 687 in pkcs11/src/backend/session.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `time::Duration`

error: unused import: `time::Duration`
   --> pkcs11/src/backend/session.rs:687:23
    |
687 |     use std::{thread, time::Duration};
    |                       ^^^^^^^^^^^^^^
    |
    = note: `-D unused-imports` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(unused_imports)]`