fix: add required metadata for embassy-boot

This commit is contained in:
Ulf Lilleengen
2022-11-23 14:48:51 +01:00
parent 758f5d7ea2
commit 89821846d7
7 changed files with 60 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#![feature(type_alias_impl_trait)]
#![no_std]
#![warn(missing_docs)]
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]
mod fmt;
use embedded_storage::nor_flash::{ErrorType, NorFlash, NorFlashError, NorFlashErrorKind, ReadNorFlash};