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.
2 parents a607037 + f2455cf commit 0b39179Copy full SHA for 0b39179
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "embedded-nal"
3
-version = "0.6.0" # remember to update html_root_url
+version = "0.6.0"
4
authors = [
5
"Jonathan 'theJPster' Pallant <github@thejpster.org.uk>",
6
"Mathias Koch <mk@blackbird.online>",
src/lib.rs
@@ -1,6 +1,4 @@
//! # embedded-nal - A Network Abstraction Layer for Embedded Systems
-
-#![doc(html_root_url = "https://docs.rs/embedded-nal/0.6.0")]
#![no_std]
#![deny(missing_docs)]
#![deny(unsafe_code)]
0 commit comments