Skip to content

Commit

Permalink
fix: don't make mod public
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Oct 21, 2023
1 parent ca62e05 commit 11198d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/transports/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 7,7 @@ pub use call::RpcCall;
mod common;
pub use common::Authorization;

/// [`RpcClient`] and [`ClientBuilder`].
pub mod client;
mod client;
pub use client::{ClientBuilder, RpcClient};

mod error;
Expand Down

0 comments on commit 11198d0

Please sign in to comment.