Update Rust nightly.
Removes feature(generic_associated_types)
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
#![no_main]
|
||||
#![macro_use]
|
||||
#![allow(dead_code)]
|
||||
#![feature(generic_associated_types)]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
|
||||
use embassy_executor::Spawner;
|
||||
|
Reference in New Issue
Block a user