Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

chore: bump version #152

chore: bump version

chore: bump version #152

Triggered via push July 19, 2023 14:46
Status Failure
Total duration 3m 45s
Artifacts

tests.yml

on: push
Run cargo audit
3m 35s
Run cargo audit
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
Run cargo audit
Process completed with exit code 1.
unneeded `return` statement: src/store.rs#L385
warning: unneeded `return` statement --> src/store.rs:385:9 | 385 | / return Err(anyhow!( 386 | | "Could not resolve include \"{}\" from path.", 387 | | include_text 388 | | )); | |__________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = help: remove `return`
unneeded `return` statement: src/server/requests/preprocessed_document.rs#L32
warning: unneeded `return` statement --> src/server/requests/preprocessed_document.rs:32:9 | 32 | return Err(anyhow!("No text_document passed to command")); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = 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`
Run cargo audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@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/