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,5 @@
#![no_std]
#![cfg_attr(feature = "nightly", feature(generic_associated_types, type_alias_impl_trait))]
#![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))]
// This must go FIRST so that all the other modules see its macros.
pub mod fmt;