refactor(net): elide lifetime
This commit is contained in:
parent
c67cc9ad92
commit
eb761b0973
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ impl<'net> WhenRequest<'net, WhenBuildRequest> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
impl<'net> WhenRequest<'net, WhenBuildResponse> {
|
impl WhenRequest<'_, WhenBuildResponse> {
|
||||||
/// Specifies a header that will be on the response sent for the matching request.
|
/// Specifies a header that will be on the response sent for the matching request.
|
||||||
#[must_use]
|
#[must_use]
|
||||||
pub fn header(mut self, name: impl Into<String>, value: impl Into<String>) -> Self {
|
pub fn header(mut self, name: impl Into<String>, value: impl Into<String>) -> Self {
|
||||||
|
|
Loading…
Reference in a new issue