mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
util: remove stream feature flag from DelayQueue (#3087)
This commit is contained in:
@@ -771,7 +771,6 @@ impl<T> Default for DelayQueue<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "stream")]
|
|
||||||
impl<T> futures_core::Stream for DelayQueue<T> {
|
impl<T> futures_core::Stream for DelayQueue<T> {
|
||||||
// DelayQueue seems much more specific, where a user may care that it
|
// DelayQueue seems much more specific, where a user may care that it
|
||||||
// has reached capacity, so return those errors instead of panicking.
|
// has reached capacity, so return those errors instead of panicking.
|
||||||
|
|||||||
Reference in New Issue
Block a user