Skip to content

Commit 9eef467

Browse files
committed
Make clippy happy
1 parent 3cc069b commit 9eef467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/tracing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl Fairing for RequestSpan {
104104
if let Some(span) = cell.borrow_mut().take() {
105105
let status = response.status();
106106

107-
span.record("status", &status.code);
107+
span.record("status", status.code);
108108
if status.class().is_success() {
109109
info!("request succeeded");
110110
} else {

0 commit comments

Comments
 (0)