aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy/src/util/mpsc.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy/src/util/mpsc.rs b/embassy/src/util/mpsc.rs
index b9a95d6a3..364b98aa4 100644
--- a/embassy/src/util/mpsc.rs
+++ b/embassy/src/util/mpsc.rs
@@ -412,7 +412,6 @@ impl<T> defmt::Format for SendError<T> {
412 } 412 }
413} 413}
414 414
415
416/// This enumeration is the list of the possible error outcomes for the 415/// This enumeration is the list of the possible error outcomes for the
417/// [try_send](super::Sender::try_send) method. 416/// [try_send](super::Sender::try_send) method.
418#[derive(Debug)] 417#[derive(Debug)]