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 980984c commit e47816dCopy full SHA for e47816d
src/lib.rs
@@ -70,7 +70,7 @@ impl<T> Yielder<T> {
70
/// This future must be `.await`ed inside the generator in order for the item to be yielded by the stream.
71
#[must_use = "stream will not yield this item unless the future returned by yield is awaited"]
72
pub struct YieldFut<T> {
73
- store: Arc<SharedStore<T>>,
+ store: Arc<SharedStore<T>>
74
}
75
76
impl<T> Unpin for YieldFut<T> {}
0 commit comments