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