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 8086e6a commit 1667a70Copy full SHA for 1667a70
Cargo.toml
@@ -2,9 +2,7 @@
2
edition = "2018"
3
name = "mio"
4
# When releasing to crates.io:
5
-# - Update html_root_url.
6
# - Update CHANGELOG.md.
7
-# - Update doc URL.
8
# - Create git tag
9
version = "0.8.0"
10
publish = false
@@ -15,7 +13,6 @@ authors = [
15
13
"Tokio Contributors <[email protected]>",
16
14
]
17
description = "Lightweight non-blocking IO"
18
-documentation = "https://docs.rs/mio/0.7.7"
19
homepage = "https://github.com/tokio-rs/mio"
20
repository = "https://github.com/tokio-rs/mio"
21
readme = "README.md"
src/lib.rs
@@ -1,4 +1,3 @@
1
-#![doc(html_root_url = "https://docs.rs/mio/0.7.7")]
#![deny(
missing_docs,
missing_debug_implementations,
0 commit comments