Update doctext on lib.rs

This commit is contained in:
Jorge Iglesias Garcia 2021-08-27 11:49:53 +08:00 committed by GitHub
parent b4e54df856
commit a4aa45cc57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,10 @@
//! support. This feature depends on unstable feature and requires the use of the nightly channel.
//!
//! - `homogeneous`. This opt-in feature enables the *experimental* homogeneous multi-core support.
//!
//! - `cortex-m-7`. This opt-in feature changes the `cortex-m` version from the default 0.6 to the newer 0.7.
//! This is to use the `InterruptNumber` trait instead of the `Nr` trait for interrupt numbers.
//! Enabling this feature **requires disabling the default features** (see PR #509).
#![deny(missing_docs)]
#![deny(rust_2018_compatibility)]