diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-08-09 18:33:20 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-08-09 18:33:20 +0200 |
| commit | 820852be28bb68910048f016459847c6a03b767c (patch) | |
| tree | eee681ec766b5a5e1c9449f1a31b4512cf6d83d5 /embassy-stm32-wpan | |
| parent | fcb77f3f96479b371e1279c9feed7eddf6b53083 (diff) | |
fmt mod must not be public.
Diffstat (limited to 'embassy-stm32-wpan')
| -rw-r--r-- | embassy-stm32-wpan/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32-wpan/src/lib.rs b/embassy-stm32-wpan/src/lib.rs index 5ecce2cc2..2a8ab7253 100644 --- a/embassy-stm32-wpan/src/lib.rs +++ b/embassy-stm32-wpan/src/lib.rs | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #![cfg_attr(feature = "mac", feature(type_alias_impl_trait, concat_bytes))] | 3 | #![cfg_attr(feature = "mac", feature(type_alias_impl_trait, concat_bytes))] |
| 4 | 4 | ||
| 5 | // This must go FIRST so that all the other modules see its macros. | 5 | // This must go FIRST so that all the other modules see its macros. |
| 6 | pub mod fmt; | 6 | mod fmt; |
| 7 | 7 | ||
| 8 | use core::mem::MaybeUninit; | 8 | use core::mem::MaybeUninit; |
| 9 | use core::sync::atomic::{compiler_fence, Ordering}; | 9 | use core::sync::atomic::{compiler_fence, Ordering}; |
