diff options
Diffstat (limited to 'components/script/dom/window.rs')
-rw-r--r-- | components/script/dom/window.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/window.rs b/components/script/dom/window.rs index ee637e39ebf..2993a95456a 100644 --- a/components/script/dom/window.rs +++ b/components/script/dom/window.rs @@ -1138,7 +1138,6 @@ impl WindowMethods for Window { mql } - #[allow(unrooted_must_root)] // https://fetch.spec.whatwg.org/#fetch-method fn Fetch( &self, |