We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145e9ac commit 0ffde20Copy full SHA for 0ffde20
extism/host/src/main.rs
@@ -28,7 +28,7 @@ fn main() -> anyhow::Result<()> {
28
.call::<&str, &str>("print_hai_and_get_ticket", &ticket)
29
.unwrap();
30
31
- println!("Received iroh data:\n\n{}", res);
+ println!("Received iroh data:\n\n{res}");
32
33
Ok(())
34
}
0 commit comments