Skip to content

Commit d47da92

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/any.rs

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

1717
impl<'a, S, F, T> AnyFuture<'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)