Remove a comment related to a TODO which has already been done. (#32822)

Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
shanehandley 2024-07-21 14:58:27 +10:00 committed by GitHub
parent b471f6473f
commit a7a380777d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {