diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-18 01:42:28 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-03-18 01:42:28 +0100 |
| commit | f248bb17ad2840a87a6e4858e72d52fd067609ec (patch) | |
| tree | 9bbc2e331d1ff258a5b14796fbff291b6565dbd9 /embassy-extras | |
| parent | 3de2d5c5bde44f1aec0e1727cfb2af3052c1bda4 (diff) | |
Allow unused stuff in fmt.rs
Diffstat (limited to 'embassy-extras')
| -rw-r--r-- | embassy-extras/src/fmt.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-extras/src/fmt.rs b/embassy-extras/src/fmt.rs index fc1855ed1..160642ccd 100644 --- a/embassy-extras/src/fmt.rs +++ b/embassy-extras/src/fmt.rs | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #![macro_use] | 1 | #![macro_use] |
| 2 | #![allow(clippy::module_inception)] | 2 | #![allow(clippy::module_inception)] |
| 3 | #![allow(unused)] | ||
| 3 | 4 | ||
| 4 | #[cfg(all(feature = "defmt", feature = "log"))] | 5 | #[cfg(all(feature = "defmt", feature = "log"))] |
| 5 | compile_error!("You may not enable both `defmt` and `log` features."); | 6 | compile_error!("You may not enable both `defmt` and `log` features."); |
