Update Rust nightly.

This commit is contained in:
Dario Nieuwenhuis
2023-05-19 17:12:29 +02:00
parent 9dff6b9d81
commit 9f7392474b
15 changed files with 1 additions and 15 deletions

View File

@ -1,6 +1,5 @@
#![no_std]
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait, impl_trait_projections))]
#![cfg_attr(feature = "nightly", allow(incomplete_features))]
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;