Fix clippy warnings

This commit is contained in:
gwenn
2022-10-02 11:34:58 +02:00
parent a100adc1f2
commit 7dab08c4b2
10 changed files with 21 additions and 21 deletions

View File

@@ -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,
)
};