aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index a636d6c..4e1d86b 100644
--- a/README.md
+++ b/README.md
@@ -66,9 +66,7 @@ that must outlive any related objects, for instance ```notmuch::Query```. The
```notmuch::Threads``` iterator that you can get from a ```notmuch::Query``` is
always outlived by the parent query.
This means that you can only use these structs accross thread bounds if you
-figure out how to satisfy the lifetime requirements. Up until now, I haven't
-been able to do that (though my knowledge of Rust is still rather basic).
-So, concurrency seems currently limited to scoped threads.
+figure out how to satisfy the lifetime requirements.
## Acknowledgements