WIP: sketch out on-disk hextree #222
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/
|