mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-07-18 20:54:29 -04:00
Remove unused 'inner label
This commit is contained in:
@@ -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)) => {
|
||||
|
||||
Reference in New Issue
Block a user