From e3cc15f4d1e61c63e9a03d1968555d2b32da4503 Mon Sep 17 00:00:00 2001 From: Jorgeig Date: Fri, 27 Aug 2021 14:35:12 +0800 Subject: [PATCH] cargo fmt --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 1fd8b0aad0..f456e30c46 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -36,8 +36,8 @@ //! //! - `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. +//! - `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**. #![deny(missing_docs)]