File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -814,7 +814,7 @@ mod tokio_stream {
814
814
///
815
815
/// This can be used by calling [`stream.next_event().await?`](Self::next_event), or if you
816
816
/// need to pass it as a stream somewhere, the [`futures::Stream`](Stream) implementation.
817
- /// There's also a lower-level [`poll_event`] function if you need to fetch an event from
817
+ /// There's also a lower-level [`Self:: poll_event`] function if you need to fetch an event from
818
818
/// inside a `Future::poll` impl.
819
819
pub struct EventStream {
820
820
device : AsyncFd < RawDevice > ,
Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ mod tokio_stream {
739
739
///
740
740
/// This can be used by calling [`stream.next_event().await?`](Self::next_event), or if you
741
741
/// need to pass it as a stream somewhere, the [`futures::Stream`](Stream) implementation.
742
- /// There's also a lower-level [`poll_event`] function if you need to fetch an event from
742
+ /// There's also a lower-level [`Self:: poll_event`] function if you need to fetch an event from
743
743
/// inside a `Future::poll` impl.
744
744
pub struct EventStream {
745
745
device : AsyncFd < Device > ,
Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ mod tokio_stream {
537
537
///
538
538
/// This can be used by calling [`stream.next_event().await?`](Self::next_event), or if you
539
539
/// need to pass it as a stream somewhere, the [`futures::Stream`](Stream) implementation.
540
- /// There's also a lower-level [`poll_event`] function if you need to fetch an event from
540
+ /// There's also a lower-level [`Self:: poll_event`] function if you need to fetch an event from
541
541
/// inside a `Future::poll` impl.
542
542
pub struct VirtualEventStream {
543
543
device : AsyncFd < VirtualDevice > ,
You can’t perform that action at this time.
0 commit comments