Skip to content

Commit eb90250

Browse files
committed
Remove html_root_url as it is not recommended anymore.
cc: rust-lang/api-guidelines#230
1 parent e2c4889 commit eb90250

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
name = "embedded-hal"
1414
readme = "README.md"
1515
repository = "https://github.com/rust-embedded/embedded-hal"
16-
version = "1.0.0-alpha.5" # remember to update html_root_url
16+
version = "1.0.0-alpha.5"
1717

1818
[dependencies]
1919
nb = "1"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@
402402
//! # fn main() {}
403403
//! ```
404404
405-
#![doc(html_root_url = "https://docs.rs/embedded-hal/1.0.0-alpha.5")]
406405
#![deny(missing_docs)]
407406
#![no_std]
408407

0 commit comments

Comments
 (0)