Skip to content

WIP: sketch out on-disk hextree #222

WIP: sketch out on-disk hextree

WIP: sketch out on-disk hextree #222

Triggered via pull request November 2, 2023 14:32
Status Failure
Total duration 36s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
casting to the same type is unnecessary (`u8` -> `u8`): src/disktree/iter.rs#L152
error: casting to the same type is unnecessary (`u8` -> `u8`) --> src/disktree/iter.rs:152:46 | 152 | self.cell_stack.push(digit as u8); | ^^^^^^^^^^^ help: try: `digit` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
casting to the same type is unnecessary (`u8` -> `u8`): src/disktree/iter.rs#L134
error: casting to the same type is unnecessary (`u8` -> `u8`) --> src/disktree/iter.rs:134:42 | 134 | self.cell_stack.push(digit as u8); | ^^^^^^^^^^^ help: try: `digit` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast = note: `-D clippy::unnecessary-cast` 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/