diff options
Diffstat (limited to 'components/script/dom/xr.rs')
-rw-r--r-- | components/script/dom/xr.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/xr.rs b/components/script/dom/xr.rs index b381ef56aa1..98d018eb0f9 100644 --- a/components/script/dom/xr.rs +++ b/components/script/dom/xr.rs @@ -106,7 +106,6 @@ impl XRMethods for XR { } impl XR { - #[allow(unrooted_must_root)] pub fn get_displays(&self) -> Result<Vec<DomRoot<VRDisplay>>, ()> { if let Some(webvr_thread) = self.webvr_thread() { let (sender, receiver) = |