fix syntax

This commit is contained in:
Austin Schey 2024-03-31 08:06:33 -05:00
parent 41cf19030a
commit ba392cf104

View File

@ -196,7 +196,7 @@ impl InnerConnection {
}; };
drop(catch_unwind(|| { drop(catch_unwind(|| {
let boxed_hook: *mut F = p_arg.cast<F>(); let boxed_hook: *mut F = p_arg.cast::<F>();
(*boxed_hook)( (*boxed_hook)(
action, action,
expect_utf8(db_name, "database name"), expect_utf8(db_name, "database name"),