DiskTree → HexDb #296
Triggered via pull request
September 30, 2024 00:51
Status
Success
Total duration
2m 54s
Artifacts
–
Annotations
3 warnings
unused import: `HexDb`:
src/hexdb/writer.rs#L4
warning: unused import: `HexDb`
--> src/hexdb/writer.rs:4:64
|
4 | hexdb::{dbseek::DbSeek, dptr::Dp, tree::HDR_MAGIC, varint, HexDb},
| ^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|