We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47da92 commit d1e6b42Copy full SHA for d1e6b42
src/stream/stream/cycle.rs
@@ -15,7 +15,7 @@ impl<S> Cycle<S>
15
where
16
S: Stream + Clone,
17
{
18
- pub fn new(source: S) -> Self {
+ pub(crate) fn new(source: S) -> Self {
19
Self {
20
orig: source.clone(),
21
source: ManuallyDrop::new(source),
0 commit comments