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