Skip to content

Commit

Permalink
Update developers documentation (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored Jun 5, 2020
1 parent d941912 commit a421121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-code-analysis-book/src/developers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a421121

Please sign in to comment.