diff --git a/rust-bindings/rust/src/repo_checkout_at_options/repo_checkout_filter.rs b/rust-bindings/rust/src/repo_checkout_at_options/repo_checkout_filter.rs index 4d2fe731..e1294a54 100644 --- a/rust-bindings/rust/src/repo_checkout_at_options/repo_checkout_filter.rs +++ b/rust-bindings/rust/src/repo_checkout_at_options/repo_checkout_filter.rs @@ -65,7 +65,7 @@ impl FromGlibPtrNone for &RepoCheckoutFilter { /// /// # Panics /// If any parameter is a null pointer, the function panics. -unsafe extern "C" fn filter_trampoline( +unsafe fn filter_trampoline( repo: *mut OstreeRepo, path: *const c_char, stat: *mut libc::stat,