Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SvetlinZarev committed Jan 2, 2025
1 parent 6ad0903 commit 8c5934f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8c5934f

Please sign in to comment.