mirror of
https://github.com/isar/rusqlite.git
synced 2025-06-16 16:32:36 +08:00
Made preupdate_hook module public.
This commit is contained in:
parent
560ae50656
commit
b51b541d7f
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user