We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c4889 commit eb90250Copy full SHA for eb90250
Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
13
name = "embedded-hal"
14
readme = "README.md"
15
repository = "https://github.com/rust-embedded/embedded-hal"
16
-version = "1.0.0-alpha.5" # remember to update html_root_url
+version = "1.0.0-alpha.5"
17
18
[dependencies]
19
nb = "1"
src/lib.rs
@@ -402,7 +402,6 @@
402
//! # fn main() {}
403
//! ```
404
405
-#![doc(html_root_url = "https://docs.rs/embedded-hal/1.0.0-alpha.5")]
406
#![deny(missing_docs)]
407
#![no_std]
408
0 commit comments