mirror of
https://github.com/isar/rusqlite.git
synced 2025-04-14 20:37:44 +08:00
fix syntax
This commit is contained in:
parent
41cf19030a
commit
ba392cf104
@ -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"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user