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,5 +1,4 @@
#![no_std]
#![feature(generic_associated_types)]
#![feature(type_alias_impl_trait)]
// This mod MUST go first, so that the others see its macros.