util: fix unused return warning
This commit is contained in:
parent
07a095be0d
commit
250f1cd0a5
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ where
|
|||
Ok(..) => Poll::Ready(Ok(())),
|
||||
Err(TrySendError::Closed(m)) => Poll::Ready(Err(SendError(m))),
|
||||
Err(TrySendError::Full(m)) => {
|
||||
self.message.insert(m);
|
||||
self.message = Some(m);
|
||||
Poll::Pending
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue