mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 17:07:01 +02:00
Various refactorings (#2281)
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
@@ -406,7 +406,7 @@ impl HttpResponseBuilder {
|
||||
return None;
|
||||
}
|
||||
|
||||
self.res.as_mut().map(|res| res.head_mut())
|
||||
self.res.as_mut().map(Response::head_mut)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user