mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-01 06:00:51 +08:00
Fix clippy warning
This commit is contained in:
parent
323331eae6
commit
1180a4f943
@ -550,8 +550,7 @@ mod bindings {
|
|||||||
>,
|
>,
|
||||||
) -> ::std::os::raw::c_int;
|
) -> ::std::os::raw::c_int;
|
||||||
}"#,
|
}"#,
|
||||||
)
|
);
|
||||||
.rustfmt_bindings(true);
|
|
||||||
|
|
||||||
if cfg!(any(feature = "sqlcipher", feature = "bundled-sqlcipher")) {
|
if cfg!(any(feature = "sqlcipher", feature = "bundled-sqlcipher")) {
|
||||||
bindings = bindings.clang_arg("-DSQLITE_HAS_CODEC");
|
bindings = bindings.clang_arg("-DSQLITE_HAS_CODEC");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user