Skip to content

Commit d1e6b42

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/cycle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ impl<S> Cycle<S>
1515
where
1616
S: Stream + Clone,
1717
{
18-
pub fn new(source: S) -> Self {
18+
pub(crate) fn new(source: S) -> Self {
1919
Self {
2020
orig: source.clone(),
2121
source: ManuallyDrop::new(source),

0 commit comments

Comments
 (0)