diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-01-03 15:48:39 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-01-03 23:53:50 -0800 |
commit | e544462b6c4732987c5c8154d4a4e33539e83d13 (patch) | |
tree | 753659c244f2d96719d66996e1680c70e8e42013 /components/script/dom/xr.rs | |
parent | 4d73eac27ca0451dda7df81d1d1cf9df6832072c (diff) | |
download | servo-e544462b6c4732987c5c8154d4a4e33539e83d13.tar.gz servo-e544462b6c4732987c5c8154d4a4e33539e83d13.zip |
Remove unrooted_must_root
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) = |