embassy-boot: add default nightly feature, makes it possible to compile with the stable compiler

This commit is contained in:
sander
2023-03-22 16:49:49 +01:00
parent aa77a06d58
commit ba9afbc26d
4 changed files with 19 additions and 5 deletions

View File

@ -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;