mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-25 21:11:32 +00:00
Update sqlite3-sys
This commit is contained in:
@ -100,7 +100,7 @@ impl<'l> Connection<'l> {
|
||||
}
|
||||
|
||||
impl<'l> Drop for Connection<'l> {
|
||||
#[cfg(not(feature = "edge"))]
|
||||
#[cfg(not(feature = "sqlite3-close-v2"))]
|
||||
#[inline]
|
||||
#[allow(unused_must_use)]
|
||||
fn drop(&mut self) {
|
||||
@ -108,7 +108,7 @@ impl<'l> Drop for Connection<'l> {
|
||||
unsafe { ffi::sqlite3_close(self.raw) };
|
||||
}
|
||||
|
||||
#[cfg(feature = "edge")]
|
||||
#[cfg(feature = "sqlite3-close-v2")]
|
||||
#[inline]
|
||||
#[allow(unused_must_use)]
|
||||
fn drop(&mut self) {
|
||||
|
Reference in New Issue
Block a user