Skip to content

Commit c4c953f

Browse files
committed
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 beeing higlighted correctly.
1 parent 7f3801e commit c4c953f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
//!
127127
//! [`stm32f1`]: https://crates.io/crates/stm32f1
128128
//!
129-
//! ```not_run
129+
//! ```no_run
130130
//! // crate: stm32f1xx-hal
131131
//! // An implementation of the `embedded-hal` traits for STM32F1xx microcontrollers
132132
//!

0 commit comments

Comments
 (0)