mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-08 20:42:19 +08:00
Made preupdate_hook module public.
This commit is contained in:
@@ -37,7 +37,7 @@ unsafe fn free_boxed_hook<F>(p: *mut c_void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "preupdate_hook")]
|
#[cfg(feature = "preupdate_hook")]
|
||||||
mod preupdate_hook {
|
pub mod preupdate_hook {
|
||||||
use super::free_boxed_hook;
|
use super::free_boxed_hook;
|
||||||
use super::Action;
|
use super::Action;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user