Made preupdate_hook module public.

This commit is contained in:
Midas Lambrichts 2021-05-23 12:14:02 +02:00 committed by GitHub
parent 560ae50656
commit b51b541d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;