mirror of
https://github.com/isar/rusqlite.git
synced 2025-04-02 04:12:59 +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")]
|
||||
mod preupdate_hook {
|
||||
pub mod preupdate_hook {
|
||||
use super::free_boxed_hook;
|
||||
use super::Action;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user