diff options
| author | Caleb Jamison <[email protected]> | 2024-01-31 16:28:06 -0500 |
|---|---|---|
| committer | Caleb Jamison <[email protected]> | 2024-01-31 16:28:06 -0500 |
| commit | 0ab0b5590a0b07756ceaed9b26c78a6a821b34d5 (patch) | |
| tree | 4726999ebd67c91cea32afc31e8e0aa2e2198b1a /embassy-time/src | |
| parent | 8b7d85619537fc20ad7ad533433d84ba4975ddc4 (diff) | |
Fixup docs
Diffstat (limited to 'embassy-time/src')
| -rw-r--r-- | embassy-time/src/timer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/src/timer.rs b/embassy-time/src/timer.rs index bcd6bf4f7..daa4c1699 100644 --- a/embassy-time/src/timer.rs +++ b/embassy-time/src/timer.rs | |||
| @@ -8,7 +8,7 @@ use futures_util::{pin_mut, Stream}; | |||
| 8 | 8 | ||
| 9 | use crate::{Duration, Instant}; | 9 | use crate::{Duration, Instant}; |
| 10 | 10 | ||
| 11 | /// Error returned by [`with_timeout`] and [`timeout_at`] on timeout. | 11 | /// Error returned by [`with_timeout`] and [`with_deadline`] on timeout. |
| 12 | #[derive(Debug, Clone, PartialEq, Eq)] | 12 | #[derive(Debug, Clone, PartialEq, Eq)] |
| 13 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | 13 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] |
| 14 | pub struct TimeoutError; | 14 | pub struct TimeoutError; |
