Skip to content

Commit 754ce32

Browse files
committed
Remove html root url which is not necessary anymore
1 parent ae7c9d6 commit 754ce32

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "spidev"
4-
version = "0.5.0" # remember to update html_root_url
4+
version = "0.5.0"
55
authors = ["Paul Osborne <osbpau@gmail.com>"]
66
edition = "2018"
77
license = "MIT/Apache-2.0"

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
//! }
6666
//! ```
6767
68-
#![doc(html_root_url = "https://docs.rs/spidev/0.5.0")]
69-
7068
pub mod spidevioctl;
7169
pub use crate::spidevioctl::SpidevTransfer;
7270

0 commit comments

Comments
 (0)