mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-07 12:02:19 +08:00
fix syntax
This commit is contained in:
@@ -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"),
|
||||||
|
Reference in New Issue
Block a user