From 7ec6d88b21ea3e5531176f526a51dae0a4513025 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Fri, 2 Oct 2020 06:13:28 +0200 Subject: chore: make #[doc(hidden)] apis private (#2901) --- tokio/src/macros/scoped_tls.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tokio/src/macros') diff --git a/tokio/src/macros/scoped_tls.rs b/tokio/src/macros/scoped_tls.rs index 886f9d44..a00aae2f 100644 --- a/tokio/src/macros/scoped_tls.rs +++ b/tokio/src/macros/scoped_tls.rs @@ -23,9 +23,7 @@ macro_rules! scoped_thread_local { /// Type representing a thread local storage key corresponding to a reference /// to the type parameter `T`. pub(crate) struct ScopedKey { - #[doc(hidden)] pub(crate) inner: &'static LocalKey>, - #[doc(hidden)] pub(crate) _marker: marker::PhantomData, } -- cgit v1.2.3