mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 17:07:01 +02:00
use env_logger builders in examples
This commit is contained in:
@@ -126,7 +126,7 @@ where
|
||||
A: Into<Error>,
|
||||
B: Into<Error>,
|
||||
{
|
||||
fn into(err: EitherExtractError<A, B>) -> Error {
|
||||
fn from(err: EitherExtractError<A, B>) -> Error {
|
||||
match err {
|
||||
EitherExtractError::Bytes(err) => err,
|
||||
EitherExtractError::Extract(a_err, _b_err) => a_err.into(),
|
||||
|
Reference in New Issue
Block a user