Skip to content

Commit

Permalink
add back
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Jun 6, 2024
1 parent c70c985 commit baa5bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ewebsock/src/native_tungstenite_tokio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ async fn ws_connect_async(
futures_util::future::select(reader, writer).await;
}

#[allow(clippy::unnecessary_wraps)]
pub(crate) fn ws_connect_impl(
url: String,
options: Options,
Expand Down

0 comments on commit baa5bbb

Please sign in to comment.