Skip to content

Commit ad3ab49

Browse files
authored
CI: fix snake case warning with nightly
1 parent 1b2eac0 commit ad3ab49

File tree

1 file changed

+1
-1
lines changed
  • internal/core/properties

1 file changed

+1
-1
lines changed

internal/core/properties/ffi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub unsafe extern "C" fn slint_property_set_binding(
114114
user_data: *mut c_void,
115115
drop_user_data: Option<extern "C" fn(*mut c_void)>,
116116
intercept_set: Option<
117-
extern "C" fn(user_data: *mut c_void, pointer_to_Value: *const c_void) -> bool,
117+
extern "C" fn(user_data: *mut c_void, pointer_to_value: *const c_void) -> bool,
118118
>,
119119
intercept_set_binding: Option<
120120
extern "C" fn(user_data: *mut c_void, new_binding: *mut c_void) -> bool,

0 commit comments

Comments
 (0)