mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-19 18:02:24 +08:00
Fix clippy warnings
This commit is contained in:
@@ -132,7 +132,7 @@ impl InnerConnection {
|
||||
let r = unsafe {
|
||||
ffi::sqlite3_collation_needed(
|
||||
self.db(),
|
||||
mem::transmute(x_coll_needed),
|
||||
x_coll_needed as *mut c_void,
|
||||
Some(collation_needed_callback),
|
||||
)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user