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

@ -1,6 +1,5 @@
#![no_std]
#![feature(type_alias_impl_trait)]
#![feature(generic_associated_types)]
//! embassy-lora is a collection of async radio drivers that integrate with the lorawan-device
//! crate's async LoRaWAN MAC implementation.