mirror of
https://github.com/servo/servo.git
synced 2025-09-18 19:08:22 +01:00
This is a follow up to https://github.com/servo/servo/pull/36818#issuecomment-3135078567. Since openxr is a feature only available on Windows, it was omitted. Testing: Fixes ``` warning: hiding a lifetime that's elided elsewhere is confusing --> components\webxr\openxr\input.rs:366:9 | 366 | &self, | ^^^^^ the lifetime is elided here ... 371 | ) -> Vec<Binding> { | ------- the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 371 | ) -> Vec<Binding<'_>> { ``` Signed-off-by: Euclid Ye <euclid.ye@huawei.com> |
||
---|---|---|
.. | ||
glwindow | ||
headless | ||
openxr | ||
Cargo.toml | ||
gl_utils.rs | ||
lib.rs | ||
surfman_layer_manager.rs |