diff options
Diffstat (limited to 'rust/examples')
| -rw-r--r-- | rust/examples/simple.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/simple.rs b/rust/examples/simple.rs index f01d5267..66dbdfc0 100644 --- a/rust/examples/simple.rs +++ b/rust/examples/simple.rs @@ -12,7 +12,7 @@ fn main() { .load("/bin/cat") .expect("Couldn't open `/bin/cat`"); - println!("Filename: `{}`", bv.file().filename()); + println!("File: `{}`", bv.file()); println!("File size: `{:#x}`", bv.len()); println!("Function count: {}", bv.functions().len()); |
