Skip to content

Commit

Permalink
Remove html_root_url as it is not recommended anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Nov 19, 2021
1 parent e2c4889 commit eb90250
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
name = "embedded-hal"
readme = "README.md"
repository = "https://github.com/rust-embedded/embedded-hal"
version = "1.0.0-alpha.5" # remember to update html_root_url
version = "1.0.0-alpha.5"

[dependencies]
nb = "1"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@
//! # fn main() {}
//! ```

#![doc(html_root_url = "https://docs.rs/embedded-hal/1.0.0-alpha.5")]
#![deny(missing_docs)]
#![no_std]

Expand Down

0 comments on commit eb90250

Please sign in to comment.