From a6656c5b072dc9e283b4f16b95679e9d591915e4 Mon Sep 17 00:00:00 2001 From: Luciano Manerich Junior Date: Sat, 19 Aug 2023 17:54:19 -0300 Subject: [PATCH] Added "--" between run and args --- listings/ch12-an-io-project/listing-12-12/output.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listings/ch12-an-io-project/listing-12-12/output.txt b/listings/ch12-an-io-project/listing-12-12/output.txt index 9870b21255..3d732f6038 100644 --- a/listings/ch12-an-io-project/listing-12-12/output.txt +++ b/listings/ch12-an-io-project/listing-12-12/output.txt @@ -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