Skip to content

Commit 0ffde20

Browse files
author
“ramfox”
committed
clippy
1 parent 145e9ac commit 0ffde20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extism/host/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn main() -> anyhow::Result<()> {
2828
.call::<&str, &str>("print_hai_and_get_ticket", &ticket)
2929
.unwrap();
3030

31-
println!("Received iroh data:\n\n{}", res);
31+
println!("Received iroh data:\n\n{res}");
3232

3333
Ok(())
3434
}

0 commit comments

Comments
 (0)