mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-02-02 03:06:36 +00:00
clippy
This commit is contained in:
parent
aaa7a2903f
commit
a8a87ca233
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ impl<T> Stream for BufferStream<T> {
|
|||
// wake the sink.
|
||||
self.sink_waker.wake();
|
||||
|
||||
return Poll::Ready(Some(item));
|
||||
Poll::Ready(Some(item))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue