Skip to content

Commit 3981689

Browse files
Manishearthaditj
authored andcommitted
Remove Cell in XRSpace
1 parent c7d918b commit 3981689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/script/dom/xrspace.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ impl XRSpace {
2121
}
2222
}
2323

24+
#[allow(unused)]
2425
pub fn new(global: &GlobalScope) -> DomRoot<XRSpace> {
2526
reflect_dom_object(
2627
Box::new(XRSpace::new_inherited()),

0 commit comments

Comments
 (0)