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