mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-09 13:02:19 +08:00
Fix clippy warnings
This commit is contained in:
@@ -235,7 +235,7 @@ impl Connection {
|
||||
table.as_ptr(),
|
||||
column.as_ptr(),
|
||||
row_id,
|
||||
if read_only { 0 } else { 1 },
|
||||
!read_only as std::os::raw::c_int,
|
||||
&mut blob,
|
||||
)
|
||||
};
|
||||
|
Reference in New Issue
Block a user