From 519604891e0691c0fc674bd607468a59e43ec675 Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Thu, 15 Sep 2022 14:47:18 +0100 Subject: [PATCH] docs(unwrap-or-expect): add cargo run for console output --- subjects/unwrap_or_expect/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/unwrap_or_expect/README.md b/subjects/unwrap_or_expect/README.md index 59205d13..58068ca2 100644 --- a/subjects/unwrap_or_expect/README.md +++ b/subjects/unwrap_or_expect/README.md @@ -57,6 +57,7 @@ fn main() { And its output: ```console +$ cargo run server1.com WARNING: check the server Not found: server2.com