aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dodd <[email protected]>2021-08-21 22:38:02 +0100
committerRichard Dodd <[email protected]>2021-08-21 22:38:02 +0100
commit4d3c07f71b9402bf1735b7f81035d90e6de7a28e (patch)
tree4ab9c5bda0012649b4762f2d9ced23c7fd93ce13
parent170121cdf6fb1b677be676ee24643437ecfb064f (diff)
Fix fmt
-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)]