This commit is contained in:
Richard Dodd 2021-08-21 22:38:02 +01:00
parent 170121cdf6
commit 4d3c07f71b

View File

@ -412,7 +412,6 @@ impl<T> defmt::Format for SendError<T> {
}
}
/// This enumeration is the list of the possible error outcomes for the
/// [try_send](super::Sender::try_send) method.
#[derive(Debug)]