Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fakeshadow committed Oct 4, 2024
1 parent cd69ae4 commit 13b6778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/ws.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl<'a> WsRequest<'a> {
}
}

impl<'a> WebSocket<'a> {
impl WebSocket<'_> {
/// Set max message size.
///
/// By default max size is set to 64kB.
Expand Down

0 comments on commit 13b6778

Please sign in to comment.