Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 4cc62e3

Browse files
committed
clippy
1 parent 3ca587c commit 4cc62e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ fn httpd(
12071207
if !connection.is_response_initiated() {
12081208
let mut resp = Request::wrap(connection).into_status_response(500)?;
12091209

1210-
write!(&mut resp, "ERROR: {}", err)?;
1210+
write!(&mut resp, "ERROR: {err}")?;
12111211
} else {
12121212
// Nothing can be done as the error happened after the response was initiated, propagate further
12131213
return Err(err);

0 commit comments

Comments
 (0)