Skip to content

WIP: sketch out on-disk hextree #240

WIP: sketch out on-disk hextree

WIP: sketch out on-disk hextree #240

Triggered via pull request November 9, 2023 20:23
Status Failure
Total duration 26s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
useless conversion to the same type: `disktree::dptr::Dptr`: src/disktree/tree.rs#L59
error: useless conversion to the same type: `disktree::dptr::Dptr` --> src/disktree/tree.rs:59:30 | 59 | self.seek_to_pos(dptr.into())?; | ^^^^^^^^^^^ help: consider removing `.into()`: `dptr` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `-D clippy::useless-conversion` implied by `-D clippy::all`
build
Clippy had exited with the 101 exit code
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/