Skip to content

Commit

Permalink
Remove unused 'inner label
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 25, 2019
1 parent 82d53db commit 32f1ae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/header/map.rs
Expand Up @@ -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)) => {
Expand Down

0 comments on commit 32f1ae1

Please sign in to comment.