Skip to content

Commit bbfea15

Browse files
Manishearthaditj
authored andcommitted
Remove unrooted_must_root
1 parent ac85792 commit bbfea15

File tree

1 file changed

+0
-1
lines changed
  • components/script/dom

1 file changed

+0
-1
lines changed

components/script/dom/xr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ impl XRMethods for XR {
106106
}
107107

108108
impl XR {
109-
#[allow(unrooted_must_root)]
110109
pub fn get_displays(&self) -> Result<Vec<DomRoot<VRDisplay>>, ()> {
111110
if let Some(webvr_thread) = self.webvr_thread() {
112111
let (sender, receiver) =

0 commit comments

Comments
 (0)