Skip to content

Commit 0d64df8

Browse files
tottotoseanmonstar
authored andcommitted
chore(ext): remove unneeded explicit lifetime parameter
1 parent 1c97e3b commit 0d64df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ext/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ impl HeaderCaseMap {
116116
/// Returns a view of all spellings associated with that header name,
117117
/// in the order they were found.
118118
#[cfg(any(feature = "client", feature = "server"))]
119-
pub(crate) fn get_all_internal<'a>(&'a self, name: &HeaderName) -> ValueIter<'_, Bytes> {
119+
pub(crate) fn get_all_internal(&self, name: &HeaderName) -> ValueIter<'_, Bytes> {
120120
self.0.get_all(name).into_iter()
121121
}
122122

0 commit comments

Comments
 (0)