From 52050a5e1dcd613915135e217439bc6293bea257 Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Fri, 13 Apr 2018 17:19:17 +0200 Subject: I think these are actually Send'able, but certainly no Sync --- src/database.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/database.rs') diff --git a/src/database.rs b/src/database.rs index c212745..314c354 100644 --- a/src/database.rs +++ b/src/database.rs @@ -220,3 +220,5 @@ impl ops::Drop for Database { }; } } + +unsafe impl Send for Database{} -- cgit v1.2.1