Skip to content

cargo update

cargo update #299

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

stable

1 warning

Details

Results

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

Versions

  • rustc 1.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check warning on line 25 in libs/common/src/reporting/processed.rs

See this annotation in the file changed.

@github-actions github-actions / stable

fields `declarations` and `usage` are never read

warning: fields `declarations` and `usage` are never read
  --> libs/common/src/reporting/processed.rs:25:5
   |
13 | pub struct Processed {
   |            --------- fields in this struct
...
25 |     declarations: HashMap<Position, Position>,
   |     ^^^^^^^^^^^^
...
29 |     usage: HashMap<Position, Vec<Position>>,
   |     ^^^^^
   |
   = note: `Processed` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default