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 defmt::Format for SendError { } } - /// This enumeration is the list of the possible error outcomes for the /// [try_send](super::Sender::try_send) method. #[derive(Debug)]