Skip to content

Commit

Permalink
Update tower/src/util/either.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
davidpdrsn and hawkw authored Feb 8, 2022
1 parent 35eeb24 commit b464abb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tower/src/util/either.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ pin_project! {
#[pin]
kind: Kind<A, B>
}
}

pin_project! {
#[project = KindProj]
enum Kind<A, B> {
Left { #[pin] inner: A },
Expand Down

0 comments on commit b464abb

Please sign in to comment.