Skip to content

Commit 2918d36

Browse files
committed
unalloc
1 parent 13d6d52 commit 2918d36

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
@@ -749,7 +749,7 @@ mod experimental {
749749

750750
info!(
751751
"Body (truncated to 3K):\n{:?}",
752-
String::from_utf8_lossy(&body).into_owned()
752+
String::from_utf8_lossy(body).into_owned()
753753
);
754754

755755
Ok(())

0 commit comments

Comments
 (0)