Merge pull request #3726 from lmanerich/ch12-03-l12

Added "--" between run and args on ch12-03-l12
This commit is contained in:
Chris Krycho 2024-03-27 17:13:10 -06:00 committed by GitHub
commit d1770c8bdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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