We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a1d15 commit 0b37815Copy full SHA for 0b37815
gdk4-win32/src/lib.rs
@@ -15,6 +15,7 @@ pub use windows;
15
mod rt;
16
17
#[allow(clippy::upper_case_acronyms)]
18
+#[allow(unused_imports)]
19
mod auto;
20
21
pub mod prelude;
gdk4-win32/src/win32_display.rs
@@ -38,7 +38,7 @@ impl Win32Display {
38
) -> i32 {
39
let f: &F = &*(box_ as *const F);
40
f(
41
- &from_glib_borrow(display as *mut ffi::GdkWin32Display),
+ &from_glib_borrow(display),
42
&mut *(msg as *mut MSG),
43
&mut *return_value,
44
)
0 commit comments