aboutsummaryrefslogtreecommitdiffstats
path: root/src/threads.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads.rs')
-rw-r--r--src/threads.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threads.rs b/src/threads.rs
index 0359e20..9adb2c5 100644
--- a/src/threads.rs
+++ b/src/threads.rs
@@ -28,7 +28,7 @@ impl<'d, 'q> Threads<'d, 'q>
where
'd: 'q,
{
- pub fn from_ptr<P>(ptr: *mut ffi::notmuch_threads_t, owner: P) -> Threads<'d, 'q>
+ pub(crate) fn from_ptr<P>(ptr: *mut ffi::notmuch_threads_t, owner: P) -> Threads<'d, 'q>
where
P: Into<ScopedPhantomcow<'q, Query<'d>>>,
{