Skip to content

Commit 7d3d055

Browse files
committed
Clean up issue 2 test
1 parent cc38f2f commit 7d3d055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ mod issue2 {
123123

124124
#[async_trait]
125125
pub trait Issue2: Future {
126-
async fn flatten(self) -> <<Self as Future>::Output as Future>::Output
126+
async fn flatten(self) -> <Self::Output as Future>::Output
127127
where
128128
Self::Output: Future + Send,
129129
Self: Sized,

0 commit comments

Comments
 (0)