mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-29 08:02:30 +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