Skip to content

Commit

Permalink
fix: merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
qlp committed Sep 2, 2024
1 parent 16758cb commit e891d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/src/client/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ macro_rules! perform_with_compat {
pub mod http;
#[cfg(feature = "mock-client")]
pub mod mock;
#[any(test, feature = "websocket-client")]
#[cfg(any(test, feature = "websocket-client"))]
pub mod websocket;

0 comments on commit e891d23

Please sign in to comment.