Skip to content

Commit f2455cf

Browse files
committed
Remove html_root_url
1 parent a607037 commit f2455cf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-nal"
3-
version = "0.6.0" # remember to update html_root_url
3+
version = "0.6.0"
44
authors = [
55
"Jonathan 'theJPster' Pallant <[email protected]>",
66
"Mathias Koch <[email protected]>",

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
//! # embedded-nal - A Network Abstraction Layer for Embedded Systems
2-
3-
#![doc(html_root_url = "https://docs.rs/embedded-nal/0.6.0")]
42
#![no_std]
53
#![deny(missing_docs)]
64
#![deny(unsafe_code)]

0 commit comments

Comments
 (0)