mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-18 21:53:33 +08:00
@@ -37,6 +37,8 @@ pub struct InnerConnection {
|
||||
owned: bool,
|
||||
}
|
||||
|
||||
unsafe impl Send for InnerConnection {}
|
||||
|
||||
impl InnerConnection {
|
||||
#[allow(clippy::mutex_atomic)]
|
||||
#[inline]
|
||||
|
Reference in New Issue
Block a user