From 05b9d09f23311ad29c1a5f6ab76e2b2f0eeb56bc Mon Sep 17 00:00:00 2001 From: Sh3Rm4n Date: Tue, 27 Jul 2021 12:01:42 +0200 Subject: [PATCH] Fix no_run typo This typo lead to this example: https://docs.rs/embedded-hal/1.0.0-alpha.4/embedded_hal/index.html#suggested-implementation not being highlighted correctly. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index cc80c345c..5c68b41f2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -126,7 +126,7 @@ //! //! [`stm32f1`]: https://crates.io/crates/stm32f1 //! -//! ```not_run +//! ```no_run //! // crate: stm32f1xx-hal //! // An implementation of the `embedded-hal` traits for STM32F1xx microcontrollers //!