WIP #149
Annotations
10 errors and 16 warnings
Run Tests:
src/dynamic_merkle_tree.rs#L31
expected `;`, found `4`
|
Run Tests:
src/dynamic_merkle_tree.rs#L32
expected one of `.`, `;`, `?`, `}`, or an operator, found `9`
|
Run Tests
aborting due to 2 previous errors
|
Run Tests:
src/dynamic_merkle_tree.rs#L131
expected `;`, found `4`
|
Run Tests:
src/dynamic_merkle_tree.rs#L132
cannot index into a value of type `{integer}`
|
Run Tests
aborting due to 2 previous errors
|
Run Tests:
src/dynamic_merkle_tree.rs#L161
expected `;`, found `4`
|
Run Tests:
src/dynamic_merkle_tree.rs#L162
cannot index into a value of type `{integer}`
|
Run Tests
aborting due to 2 previous errors
|
Run Tests
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run Tests:
src/dynamic_merkle_tree.rs#L3
unused import: `util::as_bytes`
|
Run Tests:
src/dynamic_merkle_tree.rs#L6
unused imports: `Arc`, `DerefMut`, `Deref`, `Mutex`, `fmt::Display`, `fs::OpenOptions`, `io::Write`, `once`, `path::PathBuf`, `str::FromStr`, `successors`
|
Run Tests:
src/dynamic_merkle_tree.rs#L16
unused imports: `MmapMut`, `MmapOptions`
|
Run Tests:
src/dynamic_merkle_tree.rs#L18
unused import: `thiserror::Error`
|
Run Tests:
src/lazy_merkle_tree.rs#L3
unused import: `util::as_bytes`
|
Run Tests:
src/dynamic_merkle_tree.rs#L170
unused variable: `child_layer`
|
Run Tests:
src/util.rs#L24
function `as_bytes` is never used
|
Run Tests
`semaphore` (lib) generated 7 warnings (run `cargo fix --lib -p semaphore` to apply 6 suggestions)
|
Run Tests:
src/dynamic_merkle_tree.rs#L516
unused import: `sha2::digest::typenum::Pow`
|
Run Tests:
src/dynamic_merkle_tree.rs#L536
unused variable: `storage`
|
Loading