From 5ebbd64903ee9d63db5462f8376a5e8d98ae08e8 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 15 Mar 2020 17:15:45 -0400 Subject: [PATCH] only one cargo test --- blog/how-i-start-rust-2020-03-15.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/blog/how-i-start-rust-2020-03-15.markdown b/blog/how-i-start-rust-2020-03-15.markdown index e45ec41..19e12b4 100644 --- a/blog/how-i-start-rust-2020-03-15.markdown +++ b/blog/how-i-start-rust-2020-03-15.markdown @@ -195,7 +195,6 @@ mod tests { `cargo test` is used to run tests in Rust. Let's run it: ```console -$ cargo test $ cargo test Compiling helloworld v0.1.0 (/home/cadey/code/helloworld) Finished test [unoptimized + debuginfo] target(s) in 1.80s