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 57f69fd commit 454b9eaCopy full SHA for 454b9ea
Cargo.toml
@@ -3,7 +3,6 @@
3
name = "slab"
4
# When releasing to crates.io:
5
# - Update version number
6
-# - lib.rs: html_root_url.
7
# - README.md
8
# - Update CHANGELOG.md
9
# - Update doc URL.
src/lib.rs
@@ -1,4 +1,3 @@
1
-#![doc(html_root_url = "https://docs.rs/slab/0.4.2")]
2
#![warn(missing_docs, missing_debug_implementations)]
#![cfg_attr(test, warn(unreachable_pub))]
#![cfg_attr(not(feature = "std"), no_std)]
0 commit comments