diff options
| author | Til Blechschmidt <[email protected]> | 2022-02-23 23:30:50 +0100 |
|---|---|---|
| committer | Til Blechschmidt <[email protected]> | 2022-02-23 23:30:50 +0100 |
| commit | 6dc58645d22ebebf6abe8d4d07bcc3001cac91c6 (patch) | |
| tree | 3021038bd3cc5b4ad337e5d0a84d607e2c9c324a /embassy-nrf/src/lib.rs | |
| parent | 66fdec7abe649cb7d7203af526035e2a64a55776 (diff) | |
Change slice length check to use stable method
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index a9df231e5..b448f6ab6 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![cfg_attr( | 2 | #![cfg_attr( |
| 3 | feature = "nightly", | 3 | feature = "nightly", |
| 4 | feature(generic_associated_types, type_alias_impl_trait, slice_ptr_len) | 4 | feature(generic_associated_types, type_alias_impl_trait) |
| 5 | )] | 5 | )] |
| 6 | 6 | ||
| 7 | #[cfg(not(any( | 7 | #[cfg(not(any( |
