diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-12 23:58:45 +0200 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-12 23:58:45 +0200 |
| commit | c621f5cf919cfc8c94b5eaf0a9df6074a4e7a6cf (patch) | |
| tree | b80c5867dfefb6d94f0bfe9d21dcf547f490eca1 /src/thread.rs | |
| parent | 3e39497cf25cab014100f27f486080e93961db9d (diff) | |
| download | mail-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.rs | 2 |
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> {} |
