mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-23 09:18:54 +08:00
Unnecessary path prefix
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user