Skip to content

Commit

Permalink
Clippy suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
reu committed Jan 28, 2025
1 parent d8a7c80 commit f717cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl From<TcpListener> for Server<'static> {
}
}

impl<'a> Server<'a> {
impl Server<'_> {
/// Starts the [`ServerBuilder`].
pub fn builder() -> ServerBuilder {
Default::default()
Expand Down

0 comments on commit f717cdb

Please sign in to comment.