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 52b2c4b commit 84c9050Copy full SHA for 84c9050
src/fair_queue.rs
@@ -90,6 +90,7 @@ where
90
{
91
type Item = (K, T);
92
93
+ #[allow(clippy::needless_continue)]
94
fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> {
95
let fair_queue = self.get_mut();
96
loop {
0 commit comments