Skip to content

migration to single monorepo with lib support #58

migration to single monorepo with lib support

migration to single monorepo with lib support #58

Triggered via push July 29, 2023 01:47
Status Success
Total duration 45s
Artifacts

clippy.yaml

on: push
clippy_check
35s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
unneeded `return` statement: crates/blockless-car/src/utils/archive_local.rs#L73
warning: unneeded `return` statement --> crates/blockless-car/src/utils/archive_local.rs:73:5 | 73 | / return move |w: WriteStream| { 74 | | match w { 75 | | WriteStream::Bytes(bs) => { 76 | | hash_codec.update(bs); ... | 87 | | } 88 | | }; | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default = help: remove `return`
clippy_check
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/