implement Responder for Result<(), E: Error> #639
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__
|