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 1c97e3b commit 0d64df8Copy full SHA for 0d64df8
src/ext/mod.rs
@@ -116,7 +116,7 @@ impl HeaderCaseMap {
116
/// Returns a view of all spellings associated with that header name,
117
/// in the order they were found.
118
#[cfg(any(feature = "client", feature = "server"))]
119
- pub(crate) fn get_all_internal<'a>(&'a self, name: &HeaderName) -> ValueIter<'_, Bytes> {
+ pub(crate) fn get_all_internal(&self, name: &HeaderName) -> ValueIter<'_, Bytes> {
120
self.0.get_all(name).into_iter()
121
}
122
0 commit comments