Skip to content

Commit

Permalink
Avoid main as the test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
brendano257 committed Aug 8, 2024
1 parent 19cd2c0 commit eb21d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::{domain, stream::MaybeTlsStream, Connector, IntoClientRequest, WebSoc
/// ```no_run
/// # use tungstenite::client::IntoClientRequest;
///
/// # async fn main() {
/// # async fn test() {
/// use tungstenite::http::{Method, Request};
/// use tokio_tungstenite::connect_async;
///
Expand Down

0 comments on commit eb21d74

Please sign in to comment.