Fix build of embassy-rp on stable channel

This commit is contained in:
Jan Niehusmann
2022-07-21 19:45:04 +00:00
parent 26fdfdb00a
commit aff840cf30
3 changed files with 64 additions and 61 deletions

View File

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