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 9415fae commit 3fd8d81Copy full SHA for 3fd8d81
rust/examples/decompile.rs
@@ -22,7 +22,7 @@ fn decompile_to_c(view: &BinaryView, func: &Function) {
22
let lines = first.into_iter().chain(&last);
23
24
for line in lines {
25
- println!("{}", line.as_ref());
+ println!("{}", line);
26
}
27
28
0 commit comments