Skip to content

Commit e2a2ea2

Browse files
committed
crates.io has been linking to docs.rs by default
Signed-off-by: tison <wander4096@gmail.com>
1 parent c67c94d commit e2a2ea2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "headers"
3-
version = "0.4.1" # don't forget to update html_root_url
3+
version = "0.4.1"
44
description = "typed HTTP headers"
55
license = "MIT"
66
readme = "README.md"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![deny(missing_debug_implementations)]
33
#![cfg_attr(test, deny(warnings))]
44
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
5-
#![doc(html_root_url = "https://docs.rs/headers/0.4.1")]
65

76
//! # Typed HTTP Headers
87
//!

0 commit comments

Comments
 (0)