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 c67c94d commit e2a2ea2Copy full SHA for e2a2ea2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "headers"
3
-version = "0.4.1" # don't forget to update html_root_url
+version = "0.4.1"
4
description = "typed HTTP headers"
5
license = "MIT"
6
readme = "README.md"
src/lib.rs
@@ -2,7 +2,6 @@
#![deny(missing_debug_implementations)]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
-#![doc(html_root_url = "https://docs.rs/headers/0.4.1")]
7
//! # Typed HTTP Headers
8
//!
0 commit comments