Skip to content

Commit 0543bb1

Browse files
Fix clippy warning
1 parent 7b0801f commit 0543bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdk4/src/functions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use glib::translate::*;
77
pub use crate::auto::functions::*;
88
use crate::{ffi, prelude::*, ContentDeserializer, ContentSerializer};
99

10-
#[repr(packed)]
10+
#[repr(C, packed)]
1111
pub struct GRange(pub i32, pub i32);
1212

1313
#[doc(alias = "gdk_pango_layout_get_clip_region")]

0 commit comments

Comments
 (0)