Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 13, 2023
1 parent fdd8a1a commit 0b6ec30
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/core/src/conn/proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ impl HttpBuilder {
pub async fn serve_connection<I, S, B>(
&self,
socket: I,
#[allow(unused_variables)]
service: S,
#[allow(unused_variables)]
server_shutdown_token: CancellationToken,
#[allow(unused_variables)] service: S,
#[allow(unused_variables)] server_shutdown_token: CancellationToken,
idle_connection_timeout: Option<Duration>,
) -> Result<()>
where
Expand Down

0 comments on commit 0b6ec30

Please sign in to comment.