We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784b3bc commit ca1aed4Copy full SHA for ca1aed4
na-openxr-info/src/lib.rs
@@ -1,4 +1,4 @@
1
-///! Based on https://github.com/Ralith/openxrs/blob/master/openxr/examples/hello.rs
+//! Based on https://github.com/Ralith/openxrs/blob/master/openxr/examples/hello.rs
2
use openxr as xr;
3
4
#[cfg(target_os = "android")]
na-winit-glutin/src/lib.rs
@@ -247,7 +247,7 @@ impl App {
247
.build(Some(raw_window_handle));
248
unsafe {
249
glutin_display
250
- .create_context(&config, &context_attributes)
+ .create_context(config, &context_attributes)
251
.unwrap_or_else(|_| {
252
253
.create_context(config, &fallback_context_attributes)
0 commit comments