Remove unused 'inner label

This commit is contained in:
Sean McArthur
2019-11-25 10:28:30 -08:00
parent 96abaae1fa
commit c916e38eca
-1
View File
@@ -1856,7 +1856,6 @@ impl<T> Extend<(Option<HeaderName>, T)> for HeaderMap<T> {
// As long as `HeaderName` is none, keep inserting the value into
// the current entry
'inner:
loop {
match iter.next() {
Some((Some(k), v)) => {