Fixup docs
This commit is contained in:
parent
8b7d856195
commit
0ab0b5590a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use futures_util::{pin_mut, Stream};
|
|||
|
||||
use crate::{Duration, Instant};
|
||||
|
||||
/// Error returned by [`with_timeout`] and [`timeout_at`] on timeout.
|
||||
/// Error returned by [`with_timeout`] and [`with_deadline`] on timeout.
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
pub struct TimeoutError;
|
||||
|
|
Loading…
Reference in a new issue