Skip to content

cargo update

cargo update #299

Triggered via push October 15, 2023 03:40
Status Success
Total duration 9m 37s
Artifacts

coverage.yaml

on: push
Matrix: coverage
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
fields `declarations` and `usage` are never read: libs/common/src/reporting/processed.rs#L25
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
fields `declarations` and `usage` are never read: libs/common/src/reporting/processed.rs#L25
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