mirror of https://github.com/fafhrd91/actix-web
Apply clippy fix
This commit is contained in:
parent
e7db6eec28
commit
535ff02493
|
@ -646,7 +646,7 @@ impl From<http::HeaderMap> for HeaderMap {
|
||||||
/// Convert our 'HeaderMap' to 'http::HeaderMap'.
|
/// Convert our 'HeaderMap' to 'http::HeaderMap'.
|
||||||
impl From<HeaderMap> for http::HeaderMap {
|
impl From<HeaderMap> for http::HeaderMap {
|
||||||
fn from(map: HeaderMap) -> Self {
|
fn from(map: HeaderMap) -> Self {
|
||||||
Self::from_iter(map.into_iter())
|
Self::from_iter(map)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue