aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/request.rs
diff options
context:
space:
mode:
authorshanehandley <1322294+shanehandley@users.noreply.github.com>2024-07-21 14:58:27 +1000
committerGitHub <noreply@github.com>2024-07-21 04:58:27 +0000
commita7a380777d03807dcffe6c40127766362ac56398 (patch)
tree56c171a7e00c244e9ba67dfd21abfa94e9bfaf63 /components/script/dom/request.rs
parentb471f6473f2564f0a32664b36139b0ae5d02655c (diff)
downloadservo-a7a380777d03807dcffe6c40127766362ac56398.tar.gz
servo-a7a380777d03807dcffe6c40127766362ac56398.zip
Remove a comment related to a TODO which has already been done. (#32822)
Signed-off-by: Shane Handley <shanehandley@fastmail.com>
Diffstat (limited to 'components/script/dom/request.rs')
-rw-r--r--components/script/dom/request.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/request.rs b/components/script/dom/request.rs
index 074203f4320..999211e8a2b 100644
--- a/components/script/dom/request.rs
+++ b/components/script/dom/request.rs
@@ -788,8 +788,6 @@ impl From<NetTraitsRequestMode> for RequestMode {
}
}
-// TODO
-// When whatwg/fetch PR #346 is merged, fix this.
impl From<ReferrerPolicy> for MsgReferrerPolicy {
fn from(policy: ReferrerPolicy) -> Self {
match policy {