mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Fix warnings
This commit is contained in:
parent
5541cb06fe
commit
b802230d56
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user