Skip to content

Commit

Permalink
Update packages/yew/src/scheduler.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile authored Aug 2, 2024
1 parent cb63acc commit 5f6d410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/yew/src/scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ impl TopologicalQueue {
}

/// Take a single entry, preferring parents over children
#[allow(clippy::incompatible_msrv)]
#[inline]
fn pop_topmost(&mut self) -> Option<QueueEntry> {
self.inner.pop_first().map(|(_, v)| v)
Expand Down

0 comments on commit 5f6d410

Please sign in to comment.