We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece63c8 commit 399be04Copy full SHA for 399be04
rfc-drafts/stream.md
@@ -73,6 +73,7 @@ pub trait Stream {
73
fn next(&mut self) -> Next<'_, Self>
74
where
75
Self: Unpin;
76
+ { ... }
77
}
78
```
79
0 commit comments