Update Rust nightly.

Removes feature(generic_associated_types)
This commit is contained in:
Dario Nieuwenhuis
2022-09-22 16:28:56 +02:00
parent 3b58ac1bf8
commit 897b72c872
29 changed files with 8 additions and 29 deletions

View File

@ -43,7 +43,7 @@
//! mutable slices always reside in RAM.
#![no_std]
#![cfg_attr(feature = "nightly", feature(generic_associated_types, type_alias_impl_trait))]
#![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))]
#[cfg(not(any(
feature = "nrf51",