aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xr.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-01-03 15:48:39 -0800
committerManish Goregaokar <manishsmail@gmail.com>2019-01-03 23:53:50 -0800
commite544462b6c4732987c5c8154d4a4e33539e83d13 (patch)
tree753659c244f2d96719d66996e1680c70e8e42013 /components/script/dom/xr.rs
parent4d73eac27ca0451dda7df81d1d1cf9df6832072c (diff)
downloadservo-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.rs1
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) =