Skip to content

WIP: sketch out on-disk hextree #232

WIP: sketch out on-disk hextree

WIP: sketch out on-disk hextree #232

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

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
unresolved import `value::ReadVal`: src/disktree/mod.rs#L4
error[E0432]: unresolved import `value::ReadVal` --> src/disktree/mod.rs:4:9 | 4 | pub use value::ReadVal; | ^^^^^^^^^^^^^^ no `ReadVal` in `disktree::value`
file not found for module `value`: src/disktree/mod.rs#L9
error[E0583]: file not found for module `value` --> src/disktree/mod.rs:9:1 | 9 | mod value; | ^^^^^^^^^^ | = help: to create the module `value`, create file "src/disktree/value.rs" or "src/disktree/value/mod.rs"
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/