Skip to content

Commit 18f7a0a

Browse files
bors[bot]Sh3Rm4n
andauthored
Merge #300
300: Fix no_run typo r=eldruin a=Sh3Rm4n 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. Co-authored-by: Sh3Rm4n <[email protected]>
2 parents 7f3801e + 05b9d09 commit 18f7a0a

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)