From d9fdb49fb9eee9c19afbb68d3babc73d6aa74403 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Sat, 31 Jul 2021 20:08:50 -0400 Subject: [PATCH] Oops, add the command so the output regen script will work --- .../no-listing-32-5-loop-labels/output.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/listings/ch03-common-programming-concepts/no-listing-32-5-loop-labels/output.txt b/listings/ch03-common-programming-concepts/no-listing-32-5-loop-labels/output.txt index cee7201e3..d4d322fb4 100644 --- a/listings/ch03-common-programming-concepts/no-listing-32-5-loop-labels/output.txt +++ b/listings/ch03-common-programming-concepts/no-listing-32-5-loop-labels/output.txt @@ -1,3 +1,4 @@ +$ cargo run Compiling loops v0.1.0 (file:///projects/loops) Finished dev [unoptimized + debuginfo] target(s) in 0.58s Running `target/debug/loops`