Skip to content

Commit ca1aed4

Browse files
committed
Lints
1 parent 784b3bc commit ca1aed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

na-openxr-info/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///! Based on https://github.com/Ralith/openxrs/blob/master/openxr/examples/hello.rs
1+
//! Based on https://github.com/Ralith/openxrs/blob/master/openxr/examples/hello.rs
22
use openxr as xr;
33

44
#[cfg(target_os = "android")]

na-winit-glutin/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ impl App {
247247
.build(Some(raw_window_handle));
248248
unsafe {
249249
glutin_display
250-
.create_context(&config, &context_attributes)
250+
.create_context(config, &context_attributes)
251251
.unwrap_or_else(|_| {
252252
glutin_display
253253
.create_context(config, &fallback_context_attributes)

0 commit comments

Comments
 (0)