Skip to content

Bump anyhow from 1.0.81 to 1.0.86 #335

Bump anyhow from 1.0.81 to 1.0.86

Bump anyhow from 1.0.81 to 1.0.86 #335

Triggered via pull request May 20, 2024 21:31
Status Failure
Total duration 8m 59s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
bound is defined in more than one place: src/route.rs#L627
error: bound is defined in more than one place --> src/route.rs:627:46 | 627 | pub(crate) fn health_check_handler<State, H, VER: StaticVersionType>( | ^^^ ... 633 | VER: 'static + Send + Sync, | ^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations = note: `-D clippy::multiple-bound-locations` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`
unnecessary use of `get(&version).is_none()`: src/app.rs#L670
error: unnecessary use of `get(&version).is_none()` --> src/app.rs:670:36 | 670 | if module.versions.get(&version).is_none() { | ----------------^^^^^^^^^^^^^^^^^^^^^^^ | | | help: replace it with: `!module.versions.contains_key(&version)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_get_then_check = note: `-D clippy::unnecessary-get-then-check` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::unnecessary_get_then_check)]`
lint
Clippy had exited with the 101 exit code
lint
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']