Skip to content

Commit

Permalink
Remove duplicate trait bound
Browse files Browse the repository at this point in the history
`Fut3: Future` was listed twice.
  • Loading branch information
ComputerDruid authored and cramertj committed Jul 31, 2019
1 parent 9078dea commit 78c5d85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion futures-util/src/future/join.rs
Expand Up @@ -168,7 +168,6 @@ where
Fut1: Future,
Fut2: Future,
Fut3: Future,
Fut3: Future,
Fut4: Future,
{
Join4::new(future1, future2, future3, future4)
Expand Down

0 comments on commit 78c5d85

Please sign in to comment.