aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.rs
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-12 23:58:45 +0200
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-12 23:58:45 +0200
commitc621f5cf919cfc8c94b5eaf0a9df6074a4e7a6cf (patch)
treeb80c5867dfefb6d94f0bfe9d21dcf547f490eca1 /src/thread.rs
parent3e39497cf25cab014100f27f486080e93961db9d (diff)
downloadmail-c621f5cf919cfc8c94b5eaf0a9df6074a4e7a6cf.tar.gz
notmuch is not thread safe. do not let the user think it is
Diffstat (limited to 'src/thread.rs')
-rw-r--r--src/thread.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/thread.rs b/src/thread.rs
index 37f7cb7..9148c44 100644
--- a/src/thread.rs
+++ b/src/thread.rs
@@ -114,5 +114,3 @@ impl<'q, 'd> ops::Drop for Thread<'q, 'd> {
};
}
}
-
-unsafe impl<'q, 'd> Send for Thread<'q, 'd> {}