mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-20 21:09:31 +08:00
Fix warnings
This commit is contained in:
@@ -103,7 +103,7 @@ impl InnerConnection {
|
||||
c_name.as_ptr(),
|
||||
module,
|
||||
mem::transmute(boxed_aux),
|
||||
Some(mem::transmute(free_boxed_value::<A>)))
|
||||
Some(free_boxed_value::<A>))
|
||||
}
|
||||
}
|
||||
None => unsafe {
|
||||
|
Reference in New Issue
Block a user