Skip to content

Commit 9ebe41f

Browse files
starsheriffk-nasa
andauthored
Update src/stream/stream/mod.rs
Co-Authored-By: nasa <htilcs1115@gmail.com>
1 parent 3792240 commit 9ebe41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ extension_trait! {
18241824
# }) }
18251825
```
18261826
"#]
1827-
fn count(self) -> impl Future<Output = Ordering> [CountFuture<Self>]
1827+
fn count(self) -> impl Future<Output = usize> [CountFuture<Self>]
18281828
where
18291829
Self: Sized,
18301830
{

0 commit comments

Comments
 (0)