Skip to content

Commit

Permalink
Auto merge of #7833 - Dmitry-Borodin:patch-1, r=giraffate
Browse files Browse the repository at this point in the history
Add reference to another doc with explanation

Add reference to another doc that explains which repository should be passed in this command since this is not covered in the command help itself.
changelog: none
  • Loading branch information
bors committed Oct 19, 2021
2 parents c1e7a07 + 7246731 commit 5bdd2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/basics.md
Expand Up @@ -96,6 +96,7 @@ cargo dev setup git-hook
# (experimental) Setup Clippy to work with IntelliJ-Rust
cargo dev setup intellij
```
More about intellij command usage and reasons [here](../CONTRIBUTING.md#intellij-rust)

## lintcheck
`cargo lintcheck` will build and run clippy on a fixed set of crates and generate a log of the results.
Expand Down

0 comments on commit 5bdd2ce

Please sign in to comment.