Skip to content

Tower

Tower #315

GitHub Actions / clippy failed Dec 7, 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.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check failure on line 37 in hitbox-core/src/value.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

field `stale` is never read

error: field `stale` is never read
  --> hitbox-core/src/value.rs:37:5
   |
35 | pub struct CacheMeta {
   |            --------- field in this struct
36 |     pub expire: DateTime<Utc>,
37 |     stale: DateTime<Utc>,
   |     ^^^^^
   |
   = note: `-D dead-code` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(dead_code)]`