Fix clippy warning

This commit is contained in:
gwenn 2023-04-14 20:55:16 +02:00
parent 323331eae6
commit 1180a4f943

View File

@ -550,8 +550,7 @@ mod bindings {
>,
) -> ::std::os::raw::c_int;
}"#,
)
.rustfmt_bindings(true);
);
if cfg!(any(feature = "sqlcipher", feature = "bundled-sqlcipher")) {
bindings = bindings.clang_arg("-DSQLITE_HAS_CODEC");