From 4d3c07f71b9402bf1735b7f81035d90e6de7a28e Mon Sep 17 00:00:00 2001 From: Richard Dodd Date: Sat, 21 Aug 2021 22:38:02 +0100 Subject: [PATCH] Fix fmt --- embassy/src/util/mpsc.rs | 1 - 1 file changed, 1 deletion(-) 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)]