diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-06-18 01:44:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-18 01:44:02 +0200 |
| commit | b585d547124b9a1e70b0933c11228c065684997d (patch) | |
| tree | 718b4496152453482db49334ee83626289a4133d /examples | |
| parent | fcc1db078e8ea131171493038015974d3a76d99a (diff) | |
Update rust nightly. (#819)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf/src/bin/pwm_sequence_ppi.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/nrf/src/bin/pwm_sequence_ppi.rs b/examples/nrf/src/bin/pwm_sequence_ppi.rs index 7d020e48d..d98e2ca76 100644 --- a/examples/nrf/src/bin/pwm_sequence_ppi.rs +++ b/examples/nrf/src/bin/pwm_sequence_ppi.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![feature(array_from_fn)] | ||
| 5 | 4 | ||
| 6 | use core::future::pending; | 5 | use core::future::pending; |
| 7 | 6 | ||
