Browse Source

docs(unwrap-or-expect): add cargo run for console output

pull/1457/head
Michele Sessa 2 years ago committed by Michele
parent
commit
519604891e
  1. 1
      subjects/unwrap_or_expect/README.md

1
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

Loading…
Cancel
Save