Skip to content

Commit 78c5d85

Browse files
ComputerDruidcramertj
authored andcommitted
Remove duplicate trait bound
`Fut3: Future` was listed twice.
1 parent 9078dea commit 78c5d85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

futures-util/src/future/join.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ where
168168
Fut1: Future,
169169
Fut2: Future,
170170
Fut3: Future,
171-
Fut3: Future,
172171
Fut4: Future,
173172
{
174173
Join4::new(future1, future2, future3, future4)

0 commit comments

Comments
 (0)