diff --git a/src/lib.rs b/src/lib.rs index 02462127..4e67f05e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -777,6 +777,8 @@ pub struct Connection { conn: RefCell } +unsafe impl Send for Connection {} + impl Connection { /// Creates a new connection to a Postgres database. ///