diff options
| author | Rafael Bachmann <[email protected]> | 2024-03-25 14:43:18 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-25 14:43:18 +0100 |
| commit | cf789be420f73a04f40b47500c916bbd8cd4740e (patch) | |
| tree | d81e1de25e398140f6243d484d339a622eed76d1 /embassy-executor/src/fmt.rs | |
| parent | 255ed29853eb88bff2ee548c63fb4d0a6dfad7e8 (diff) | |
| parent | 133a753e49a9e04ae4711a4cf8888df864aac98b (diff) | |
Merge branch 'embassy-rs:main' into barafael/minor_clippy_lints_rp
Diffstat (limited to 'embassy-executor/src/fmt.rs')
| -rw-r--r-- | embassy-executor/src/fmt.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-executor/src/fmt.rs b/embassy-executor/src/fmt.rs index 78e583c1c..2ac42c557 100644 --- a/embassy-executor/src/fmt.rs +++ b/embassy-executor/src/fmt.rs | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #![macro_use] | 1 | #![macro_use] |
| 2 | #![allow(unused_macros)] | 2 | #![allow(unused)] |
| 3 | 3 | ||
| 4 | use core::fmt::{Debug, Display, LowerHex}; | 4 | use core::fmt::{Debug, Display, LowerHex}; |
| 5 | 5 | ||
| @@ -229,7 +229,6 @@ impl<T, E> Try for Result<T, E> { | |||
| 229 | } | 229 | } |
| 230 | } | 230 | } |
| 231 | 231 | ||
| 232 | #[allow(unused)] | ||
| 233 | pub(crate) struct Bytes<'a>(pub &'a [u8]); | 232 | pub(crate) struct Bytes<'a>(pub &'a [u8]); |
| 234 | 233 | ||
| 235 | impl<'a> Debug for Bytes<'a> { | 234 | impl<'a> Debug for Bytes<'a> { |
