only one cargo test

This commit is contained in:
Cadey Ratio 2020-03-15 17:15:45 -04:00
parent ff2a183b19
commit 5ebbd64903
1 changed files with 0 additions and 1 deletions

View File

@ -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