From 8c5934f869b1e86758e775dce91be97e4a0d0d5e Mon Sep 17 00:00:00 2001 From: Svetlin Zarev Date: Thu, 2 Jan 2025 18:18:19 +0200 Subject: [PATCH] formatting --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 76453ac..2177b71 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -31,8 +31,8 @@ pub mod synchronous; #[cfg(feature = "async")] pub mod asynchronous; -#[doc(hidden)] /// Shared code across the sync/async implementations +#[doc(hidden)] pub(crate) mod internal; #[cfg(not(all(