From 611dc4bc70bf654ab52d9d88f29247c82b142c22 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 3 Jan 2019 16:29:49 -0800 Subject: Remove now-unnecessary must_root and allow(unrooted_must_root) annotations --- components/script/dom/navigator.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/script/dom/navigator.rs') diff --git a/components/script/dom/navigator.rs b/components/script/dom/navigator.rs index aa49701709a..1d60759f1d7 100644 --- a/components/script/dom/navigator.rs +++ b/components/script/dom/navigator.rs @@ -147,7 +147,6 @@ impl NavigatorMethods for Navigator { } // https://w3c.github.io/webvr/spec/1.1/#navigator-getvrdisplays-attribute - #[allow(unrooted_must_root)] fn GetVRDisplays(&self) -> Rc { let promise = Promise::new(&self.global()); let displays = self.Xr().get_displays(); -- cgit v1.2.3