Skip to content

Commit

Permalink
chore(core): remove redundance bounds on MapErr
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Jan 1, 2024
1 parent b7acae5 commit 12bd7ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions viz-core/src/handler/map_err.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ where
I: Send + 'static,
H: Handler<I, Output = Result<O, E>>,
F: FnOnce(E) -> Error + Send + Sync + Copy + 'static,
O: 'static,
E: 'static,
{
type Output = Result<O>;

Expand Down

0 comments on commit 12bd7ae

Please sign in to comment.