mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Fix spelling error
This commit is contained in:
parent
8f38470a44
commit
15d788b7fa
3 changed files with 8 additions and 8 deletions
|
|
@ -267,7 +267,7 @@ impl<'a, T, const N: usize> Sender<'a, T, N> {
|
|||
// which happens outside this `poll_fn`'s stack frame.
|
||||
let link = unsafe { link_ptr.get() };
|
||||
if let Some(link) = link {
|
||||
if !link.is_poped() {
|
||||
if !link.is_popped() {
|
||||
return None;
|
||||
} else {
|
||||
// Fall through to dequeue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue