Skip to content

Commit 2f43875

Browse files
tottotoseanmonstar
authored andcommitted
chore(ext): remove unneeded into_iter call
1 parent c8d4ca0 commit 2f43875

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
@@ -110,7 +110,7 @@ impl HeaderCaseMap {
110110
&'a self,
111111
name: &HeaderName,
112112
) -> impl Iterator<Item = impl AsRef<[u8]> + 'a> + 'a {
113-
self.get_all_internal(name).into_iter()
113+
self.get_all_internal(name)
114114
}
115115

116116
/// Returns a view of all spellings associated with that header name,

0 commit comments

Comments
 (0)