diff --git a/README.md b/README.md index 3dfb435fa..b9f2b7594 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
[](https://crates.io/crates/actix-web)
-[](actix_web)
+[](https://docs.rs/actix-web/3.3.2)
[](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html)

[](https://deps.rs/crate/actix-web/3.3.2)
@@ -40,7 +40,7 @@
* [Website & User Guide](https://actix.rs)
* [Examples Repository](https://github.com/actix/examples)
-* [API Documentation](actix_web)
+* [API Documentation](https://docs.rs/actix-web)
* [API Documentation (master branch)](https://actix.rs/actix-web/actix_web)
## Example
diff --git a/actix-files/README.md b/actix-files/README.md
index ffc22758d..685e5dbe5 100644
--- a/actix-files/README.md
+++ b/actix-files/README.md
@@ -3,7 +3,7 @@
> Static file serving for Actix Web
[](https://crates.io/crates/actix-files)
-[](actix_files)
+[](https://docs.rs/actix-files/0.4.1)
[](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html)

@@ -13,7 +13,7 @@
## Documentation & Resources
-- [API Documentation](actix_files)
+- [API Documentation](https://docs.rs/actix-files/)
- [Example Project](https://github.com/actix/examples/tree/master/static_index)
- [Chat on Gitter](https://gitter.im/actix/actix-web)
- Minimum supported Rust version: 1.42 or later
diff --git a/actix-http-test/README.md b/actix-http-test/README.md
index 25940dea4..c847c8515 100644
--- a/actix-http-test/README.md
+++ b/actix-http-test/README.md
@@ -3,13 +3,13 @@
> Various helpers for Actix applications to use during testing.
[](https://crates.io/crates/actix-http-test)
-[](actix_http_test)
+[](https://docs.rs/actix-http-test/2.1.0)

[](https://deps.rs/crate/actix-http-test/2.1.0)
[](https://gitter.im/actix/actix-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Documentation & Resources
-- [API Documentation](actix_http_test)
+- [API Documentation](https://docs.rs/actix-http-test)
- [Chat on Gitter](https://gitter.im/actix/actix-web)
- Minimum Supported Rust Version (MSRV): 1.42.0
diff --git a/actix-http/README.md b/actix-http/README.md
index 0a6a989db..9103cd184 100644
--- a/actix-http/README.md
+++ b/actix-http/README.md
@@ -3,14 +3,14 @@
> HTTP primitives for the Actix ecosystem.
[](https://crates.io/crates/actix-http)
-[](actix_http)
+[](https://docs.rs/actix-http/2.2.0)

[](https://deps.rs/crate/actix-http/2.2.0)
[](https://gitter.im/actix/actix-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Documentation & Resources
-- [API Documentation](actix_http)
+- [API Documentation](https://docs.rs/actix-http)
- [Chat on Gitter](https://gitter.im/actix/actix-web)
- Minimum Supported Rust Version (MSRV): 1.42.0
diff --git a/actix-http/src/header/map.rs b/actix-http/src/header/map.rs
index e5c3df515..6ab3509f7 100644
--- a/actix-http/src/header/map.rs
+++ b/actix-http/src/header/map.rs
@@ -8,7 +8,6 @@ use http::header::{HeaderName, HeaderValue};
/// A set of HTTP headers
///
/// `HeaderMap` is an multi-map of [`HeaderName`] to values.
-///
#[derive(Debug, Clone)]
pub struct HeaderMap {
pub(crate) inner: FxHashMap