Add a missing Send impl
This commit is contained in:
parent
91c64b45ce
commit
bece000346
@ -777,6 +777,8 @@ pub struct Connection {
|
||||
conn: RefCell<InnerConnection>
|
||||
}
|
||||
|
||||
unsafe impl Send for Connection {}
|
||||
|
||||
impl Connection {
|
||||
/// Creates a new connection to a Postgres database.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user