Unnecessary path prefix

This commit is contained in:
gwenn
2024-10-27 14:20:40 +01:00
parent 4ec54f1a12
commit da7e87f62e
11 changed files with 40 additions and 40 deletions

View File

@@ -34,7 +34,7 @@ pub struct InnerConnection {
#[cfg(feature = "hooks")]
pub authorizer: Option<crate::hooks::BoxedAuthorizer>,
#[cfg(feature = "preupdate_hook")]
pub free_preupdate_hook: Option<unsafe fn(*mut ::std::os::raw::c_void)>,
pub free_preupdate_hook: Option<unsafe fn(*mut std::os::raw::c_void)>,
owned: bool,
}