diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-09-22 16:28:56 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2022-09-23 07:58:48 +0200 |
| commit | 7412a859fd7089b874b4c162b8e3cc822f09ab22 (patch) | |
| tree | 473c5a81ac30eaae0f5557704e441e908a288caa /examples/boot | |
| parent | 0db1332da82afa2ac7a58c15403ad6c5d0f367f4 (diff) | |
Update Rust nightly.
Removes feature(generic_associated_types)
Diffstat (limited to 'examples/boot')
| -rw-r--r-- | examples/boot/application/nrf/src/bin/a.rs | 1 | ||||
| -rw-r--r-- | examples/boot/application/nrf/src/bin/b.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/boot/application/nrf/src/bin/a.rs b/examples/boot/application/nrf/src/bin/a.rs index 133a3e678..7a404a914 100644 --- a/examples/boot/application/nrf/src/bin/a.rs +++ b/examples/boot/application/nrf/src/bin/a.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![macro_use] | 3 | #![macro_use] |
| 4 | #![feature(generic_associated_types)] | ||
| 5 | #![feature(type_alias_impl_trait)] | 4 | #![feature(type_alias_impl_trait)] |
| 6 | 5 | ||
| 7 | use embassy_boot_nrf::FirmwareUpdater; | 6 | use embassy_boot_nrf::FirmwareUpdater; |
diff --git a/examples/boot/application/nrf/src/bin/b.rs b/examples/boot/application/nrf/src/bin/b.rs index 5394bf0c7..1373f277d 100644 --- a/examples/boot/application/nrf/src/bin/b.rs +++ b/examples/boot/application/nrf/src/bin/b.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![macro_use] | 3 | #![macro_use] |
| 4 | #![feature(generic_associated_types)] | ||
| 5 | #![feature(type_alias_impl_trait)] | 4 | #![feature(type_alias_impl_trait)] |
| 6 | 5 | ||
| 7 | use embassy_executor::Spawner; | 6 | use embassy_executor::Spawner; |
