diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-29 17:23:48 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-29 17:26:33 +0100 |
| commit | c6989dfbca51787146f50270c671af9db434f577 (patch) | |
| tree | 5974a8ec41c108d5208e4f68027b918d424a2046 /embassy-boot/boot/src/test_flash/mod.rs | |
| parent | 384bad7bfaa1f2415baf2cd3b69ebf36dc0a02d7 (diff) | |
Remove nightly and unstable-traits features in preparation for 1.75.
Diffstat (limited to 'embassy-boot/boot/src/test_flash/mod.rs')
| -rw-r--r-- | embassy-boot/boot/src/test_flash/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-boot/boot/src/test_flash/mod.rs b/embassy-boot/boot/src/test_flash/mod.rs index a0672322e..79b15a081 100644 --- a/embassy-boot/boot/src/test_flash/mod.rs +++ b/embassy-boot/boot/src/test_flash/mod.rs | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #[cfg(feature = "nightly")] | ||
| 2 | mod asynch; | 1 | mod asynch; |
| 3 | mod blocking; | 2 | mod blocking; |
| 4 | 3 | ||
| 5 | #[cfg(feature = "nightly")] | ||
| 6 | pub(crate) use asynch::AsyncTestFlash; | 4 | pub(crate) use asynch::AsyncTestFlash; |
| 7 | pub(crate) use blocking::BlockingTestFlash; | 5 | pub(crate) use blocking::BlockingTestFlash; |
