From f021813ed443b4ef7224d1934881abecf53977a7 Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Thu, 19 Apr 2018 10:21:14 +0200 Subject: cleanup & export db revision uuid --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.1