aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot/src/test_flash/blocking.rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-29 17:23:48 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-29 17:26:33 +0100
commitc6989dfbca51787146f50270c671af9db434f577 (patch)
tree5974a8ec41c108d5208e4f68027b918d424a2046 /embassy-boot/boot/src/test_flash/blocking.rs
parent384bad7bfaa1f2415baf2cd3b69ebf36dc0a02d7 (diff)
Remove nightly and unstable-traits features in preparation for 1.75.
Diffstat (limited to 'embassy-boot/boot/src/test_flash/blocking.rs')
-rw-r--r--embassy-boot/boot/src/test_flash/blocking.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-boot/boot/src/test_flash/blocking.rs b/embassy-boot/boot/src/test_flash/blocking.rs
index ba33c9208..5ec476c65 100644
--- a/embassy-boot/boot/src/test_flash/blocking.rs
+++ b/embassy-boot/boot/src/test_flash/blocking.rs
@@ -51,7 +51,6 @@ where
51 } 51 }
52} 52}
53 53
54#[cfg(feature = "nightly")]
55impl<ACTIVE, DFU, STATE> BlockingTestFlash<ACTIVE, DFU, STATE> 54impl<ACTIVE, DFU, STATE> BlockingTestFlash<ACTIVE, DFU, STATE>
56where 55where
57 ACTIVE: NorFlash + embedded_storage_async::nor_flash::NorFlash, 56 ACTIVE: NorFlash + embedded_storage_async::nor_flash::NorFlash,