We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7c9d6 commit 754ce32Copy full SHA for 754ce32
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "spidev"
4
-version = "0.5.0" # remember to update html_root_url
+version = "0.5.0"
5
authors = ["Paul Osborne <osbpau@gmail.com>"]
6
edition = "2018"
7
license = "MIT/Apache-2.0"
src/lib.rs
@@ -65,8 +65,6 @@
65
//! }
66
//! ```
67
68
-#![doc(html_root_url = "https://docs.rs/spidev/0.5.0")]
69
-
70
pub mod spidevioctl;
71
pub use crate::spidevioctl::SpidevTransfer;
72
0 commit comments