diff options
Diffstat (limited to 'crates/readrom/src')
| -rw-r--r-- | crates/readrom/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/readrom/src/main.rs b/crates/readrom/src/main.rs index 16dfa90..07ca349 100644 --- a/crates/readrom/src/main.rs +++ b/crates/readrom/src/main.rs @@ -141,7 +141,7 @@ fn main() { let args = parse_arguments(); let Ok(mut input) = File::open(&args.file) else { - die(format!("failed to open the given file '{}'", &args.file)); + die(format!("failed to open the given file '{}'", args.file)); return; }; |
