Skip to content

Commit f34dc5c

Browse files
authored
Remove doc URLs (#498)
1 parent baaf12d commit f34dc5c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
name = "bytes"
44
# When releasing to crates.io:
5-
# - Update html_root_url.
65
# - Update CHANGELOG.md.
7-
# - Update doc URL.
86
# - Create "v1.0.x" git tag.
97
version = "1.0.1"
108
license = "MIT"
@@ -13,7 +11,6 @@ authors = [
1311
"Sean McArthur <[email protected]>",
1412
]
1513
description = "Types and traits for working with bytes"
16-
documentation = "https://docs.rs/bytes/1.0.1/bytes/"
1714
repository = "https://github.com/tokio-rs/bytes"
1815
readme = "README.md"
1916
keywords = ["buffers", "zero-copy", "io"]

Diff for: src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
no_crate_inject,
44
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
55
))]
6-
#![doc(html_root_url = "https://docs.rs/bytes/1.0.1")]
76
#![no_std]
87

98
//! Provides abstractions for working with bytes.

0 commit comments

Comments
 (0)