We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea5b5ce + 7e6b497 commit 0f79f30Copy full SHA for 0f79f30
Cargo.toml
@@ -18,6 +18,5 @@ version = "1.0.0-alpha.1"
18
nb = "1"
19
20
[dev-dependencies]
21
-stm32f3 = { version = "0.8", features = ["stm32f303", "rt"] }
22
futures = "0.1.17"
23
src/lib.rs
@@ -118,7 +118,7 @@
118
//!
119
//! [`stm32f3`]: https://crates.io/crates/stm32f3
120
121
-//! ```
+//! ```not_run
122
//! // crate: stm32f3xx-hal
123
//! // An implementation of the `embedded-hal` traits for STM32F3xx microcontrollers
124
0 commit comments