diff --git a/src/context.rs b/src/context.rs index a327dcc..8bc058d 100644 --- a/src/context.rs +++ b/src/context.rs @@ -36,8 +36,8 @@ where { self.map_err(|error| { Error::from(ContextError { - context: f(), error, + context: f(), }) }) } @@ -58,8 +58,8 @@ impl Context for Result { { self.map_err(|error| { Error::from(ContextError { - context: f(), error, + context: f(), }) }) }