mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-31 19:12:58 +08:00
fix syntax
This commit is contained in:
parent
41cf19030a
commit
ba392cf104
@ -196,7 +196,7 @@ impl InnerConnection {
|
||||
};
|
||||
|
||||
drop(catch_unwind(|| {
|
||||
let boxed_hook: *mut F = p_arg.cast<F>();
|
||||
let boxed_hook: *mut F = p_arg.cast::<F>();
|
||||
(*boxed_hook)(
|
||||
action,
|
||||
expect_utf8(db_name, "database name"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user