Skip to content

Commit 454b9ea

Browse files
authored
Remove html_root_url (#86)
1 parent 57f69fd commit 454b9ea

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name = "slab"
44
# When releasing to crates.io:
55
# - Update version number
6-
# - lib.rs: html_root_url.
76
# - README.md
87
# - Update CHANGELOG.md
98
# - Update doc URL.

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![doc(html_root_url = "https://docs.rs/slab/0.4.2")]
21
#![warn(missing_docs, missing_debug_implementations)]
32
#![cfg_attr(test, warn(unreachable_pub))]
43
#![cfg_attr(not(feature = "std"), no_std)]

0 commit comments

Comments
 (0)