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 efe1342 commit e129a4eCopy full SHA for e129a4e
1 file changed
src/main.rs
@@ -151,7 +151,7 @@ fn main() -> Result<()> {
151
let mut buf = BufWriter::new(Vec::new());
152
site.expr.write_to(&mut buf, Zeroizing::default())?;
153
let example = String::from_utf8(buf.into_inner()?)?;
154
- println!("Looks like: {example}");
+ println!("Looks like: {example:?}");
155
156
println!("about {} bits of entropy", size.bits_vartime());
157
}
0 commit comments