Skip to content

Commit

Permalink
Remove unrooted_must_root
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 4, 2019
1 parent 4d73eac commit e544462
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/script/dom/xr.rs
Expand Up @@ -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) =
Expand Down

0 comments on commit e544462

Please sign in to comment.