From 2823966715f14337bf1008b9d4fb5c03f77a7bb3 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Fri, 5 Jun 2020 11:42:29 +0200 Subject: [PATCH] Update developers documentation --- rust-code-analysis-book/src/developers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-code-analysis-book/src/developers/README.md b/rust-code-analysis-book/src/developers/README.md index 72b6f86ff..fd887e32b 100644 --- a/rust-code-analysis-book/src/developers/README.md +++ b/rust-code-analysis-book/src/developers/README.md @@ -48,7 +48,7 @@ After you have finished changing the code, you should **always** verify whether all tests pass with the `cargo test` command. ```console -cargo test --all-features --verbose +cargo test --all --all-features --verbose ``` ## Code Formatting @@ -97,7 +97,7 @@ If you have documented your code, to generate the final documentation, run this command: ```console -cargo doc --all-features --no-deps +cargo doc --open --no-deps ``` Remove the `--no-deps` option if you also want to build the documentation of