aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.rs')
-rw-r--r--src/thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.rs b/src/thread.rs
index 9a63c94..c112e06 100644
--- a/src/thread.rs
+++ b/src/thread.rs
@@ -71,7 +71,7 @@ impl<'o, Owner: ThreadOwner + 'o> Thread<'o, Owner> {
)
}
- pub fn tags<'t>(&'t self) -> Tags<'t, Self> {
+ pub fn tags(&self) -> Tags<Self> {
Tags::from_ptr(
unsafe { ffi::notmuch_thread_get_tags(self.handle.ptr) },
self,