We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e6b42 commit 1854386Copy full SHA for 1854386
src/stream/stream/count.rs
@@ -19,7 +19,7 @@ pin_project! {
19
}
20
21
impl<S> CountFuture<S> {
22
- pub fn new(stream: S) -> Self {
+ pub(crate) fn new(stream: S) -> Self {
23
Self { stream, count: 0 }
24
25
0 commit comments