aboutsummaryrefslogtreecommitdiffstats
path: root/components/net
diff options
context:
space:
mode:
authorbors-servo <servo-ops@mozilla.com>2021-11-01 10:19:52 -0400
committerGitHub <noreply@github.com>2021-11-01 10:19:52 -0400
commit9693111c9744407730d7fc971a33800a831d575e (patch)
tree1cab74ab2e5930190ad0febc9cca870cc986f0e5 /components/net
parent6734eab188b5264b8d0b11686f332d88205e8d1f (diff)
parent01681e79c47ebfc45eaca18b79846e4fbe16a959 (diff)
downloadservo-9693111c9744407730d7fc971a33800a831d575e.tar.gz
servo-9693111c9744407730d7fc971a33800a831d575e.zip
Auto merge of #28591 - servo:jdm-patch-51, r=jdm
Update rustc to latest nightly. None
Diffstat (limited to 'components/net')
-rw-r--r--components/net/fetch/methods.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/fetch/methods.rs b/components/net/fetch/methods.rs
index 29c6d14a7ea..20c5cd87cc1 100644
--- a/components/net/fetch/methods.rs
+++ b/components/net/fetch/methods.rs
@@ -347,7 +347,7 @@ pub fn main_fetch(
.iter()
.map(|(name, _)| name.as_str().to_owned())
.collect();
- }
+ },
// Subsubstep 3.
Some(list) => {
response.cors_exposed_header_name_list =