Skip to content

Commit d1770c8

Browse files
authored
Merge pull request #3726 from lmanerich/ch12-03-l12
Added "--" between run and args on ch12-03-l12
2 parents ad04352 + a6656c5 commit d1770c8

File tree

1 file changed

+1
-1
lines changed
  • listings/ch12-an-io-project/listing-12-12

1 file changed

+1
-1
lines changed

listings/ch12-an-io-project/listing-12-12/output.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$ cargo run the poem.txt
1+
$ cargo run -- the poem.txt
22
Compiling minigrep v0.1.0 (file:///projects/minigrep)
33
warning: unused `Result` that must be used
44
--> src/main.rs:19:5

0 commit comments

Comments
 (0)