Update crossbeam-queue requirement from 0.2 to 0.3
This commit is contained in:
parent
8d046cb502
commit
f79482bb9a
2 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ impl<T> Queue<T> for SegQueue<T> {
|
|||
|
||||
#[inline(always)]
|
||||
fn pop(&self) -> Option<T> {
|
||||
SegQueue::pop(self).ok()
|
||||
SegQueue::pop(self)
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue