Skip to content

Commit 4baf744

Browse files
yjhmelodytaiki-e
andauthored
Update src/stream/stream/all.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
1 parent b814916 commit 4baf744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/all.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct AllFuture<'a, S, F, T> {
1515
}
1616

1717
impl<'a, S, F, T> AllFuture<'a, S, F, T> {
18-
pub fn new(stream: &'a mut S, f: F) -> Self {
18+
pub(crate) fn new(stream: &'a mut S, f: F) -> Self {
1919
Self {
2020
stream,
2121
f,

0 commit comments

Comments
 (0)