Skip to content

Commit

Permalink
Merge pull request #3726 from lmanerich/ch12-03-l12
Browse files Browse the repository at this point in the history
Added "--" between run and args on ch12-03-l12
  • Loading branch information
chriskrycho committed Mar 27, 2024
2 parents ad04352 + a6656c5 commit d1770c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listings/ch12-an-io-project/listing-12-12/output.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ cargo run the poem.txt
$ cargo run -- the poem.txt
Compiling minigrep v0.1.0 (file:///projects/minigrep)
warning: unused `Result` that must be used
--> src/main.rs:19:5
Expand Down

0 comments on commit d1770c8

Please sign in to comment.