Remove unrooted_must_root

This commit is contained in:
Manish Goregaokar 2019-01-03 15:48:39 -08:00
parent 4d73eac27c
commit e544462b6c

View file

@ -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) =