Skip to content

Commit a421121

Browse files
authored
Update developers documentation (#207)
1 parent d941912 commit a421121

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • rust-code-analysis-book/src/developers

rust-code-analysis-book/src/developers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ After you have finished changing the code, you should **always** verify whether
4848
all tests pass with the `cargo test` command.
4949

5050
```console
51-
cargo test --all-features --verbose
51+
cargo test --all --all-features --verbose
5252
```
5353

5454
## Code Formatting
@@ -97,7 +97,7 @@ If you have documented your code, to generate the final documentation,
9797
run this command:
9898

9999
```console
100-
cargo doc --all-features --no-deps
100+
cargo doc --open --no-deps
101101
```
102102

103103
Remove the `--no-deps` option if you also want to build the documentation of

0 commit comments

Comments
 (0)