Skip to content

Commit

Permalink
Remove non-existent field
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyte6 committed Jan 11, 2025
1 parent e125e99 commit facf024
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ fn main() {
}

match args.command {
Some(Run {
file,
memory_available,
}) => {
Some(Run { file }) => {
vprintln!("Reading file: `{}`", file);
let source = read_to_string(file).expect("error: unable to read file.");

Expand Down

0 comments on commit facf024

Please sign in to comment.