Skip to content

Remove unnecessary type annotation #109

Remove unnecessary type annotation

Remove unnecessary type annotation #109

Triggered via push August 30, 2024 10:38
Status Failure
Total duration 50s
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
unused import: `approx::relative_eq`: src/tree/mod.rs#L4
error: unused import: `approx::relative_eq` --> src/tree/mod.rs:4:5 | 4 | use approx::relative_eq; | ^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
clippy_check
Clippy had exited with the 101 exit code
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1.0.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy_check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1.0.7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/