embassy-boot: add default nightly feature, makes it possible to compile with the stable compiler
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#![no_std]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
#![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))]
|
||||
#![warn(missing_docs)]
|
||||
#![doc = include_str!("../README.md")]
|
||||
mod fmt;
|
||||
|
Reference in New Issue
Block a user