Skip to content

implement Responder for Result<(), E: Error> #639

implement Responder for Result<(), E: Error>

implement Responder for Result<(), E: Error> #639

Triggered via pull request January 31, 2025 08:16
Status Success
Total duration 1m 52s
Artifacts

lint.yml

on: pull_request

Annotations

2 errors
clippy: actix-web/src/response/responder.rs#L152
[clippy] reported by reviewdog 🐶 error: use of a disallowed/placeholder name `e` --> actix-web/src/response/responder.rs:152:17 | 152 | Err(e) => HttpResponse::from_error(e.into()), | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_names = note: `-D clippy::disallowed-names` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::disallowed_names)]` Raw Output: actix-web/src/response/responder.rs:152:17:e:error: use of a disallowed/placeholder name `e` --> actix-web/src/response/responder.rs:152:17 | 152 | Err(e) => HttpResponse::from_error(e.into()), | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_names = note: `-D clippy::disallowed-names` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::disallowed_names)]` __END__
clippy: actix-web/src/response/responder.rs#L152
[clippy] reported by reviewdog 🐶 error: use of a disallowed/placeholder name `e` --> actix-web/src/response/responder.rs:152:17 | 152 | Err(e) => HttpResponse::from_error(e.into()), | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_names = note: `-D clippy::disallowed-names` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::disallowed_names)]` Raw Output: actix-web/src/response/responder.rs:152:17:e:error: use of a disallowed/placeholder name `e` --> actix-web/src/response/responder.rs:152:17 | 152 | Err(e) => HttpResponse::from_error(e.into()), | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_names = note: `-D clippy::disallowed-names` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::disallowed_names)]` __END__