Skip to content

Commit 1854386

Browse files
yjhmelodytaiki-e
andauthored
Update src/stream/stream/count.rs
Co-Authored-By: Taiki Endo <[email protected]>
1 parent d1e6b42 commit 1854386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/count.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pin_project! {
1919
}
2020

2121
impl<S> CountFuture<S> {
22-
pub fn new(stream: S) -> Self {
22+
pub(crate) fn new(stream: S) -> Self {
2323
Self { stream, count: 0 }
2424
}
2525
}

0 commit comments

Comments
 (0)