mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Silence unused warnings
This commit is contained in:
parent
feb2a2d3c9
commit
c3b93a967d
5 changed files with 16 additions and 26 deletions
|
@ -21,6 +21,7 @@ impl XRReferenceSpace {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(unused)]
|
||||
pub fn new(global: &GlobalScope) -> DomRoot<XRReferenceSpace> {
|
||||
reflect_dom_object(
|
||||
Box::new(XRReferenceSpace::new_inherited()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue