diff options
| author | bors <bors@rust-lang.org> | 2021-10-19 23:47:20 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-10-19 23:47:20 +0000 |
| commit | 5bdd2cebe24455c7cffa056a4ce3497ab58ee8c8 (patch) | |
| tree | 06bedd4efe309b4023f94b8dad00164ecf2df94c | |
| parent | c1e7a07c9c412b2d3ca6b3869023a45ee6812b04 (diff) | |
| parent | 7246731ad87b78b02a7074154e41a7ef1ea84296 (diff) | |
| download | rust-5bdd2cebe24455c7cffa056a4ce3497ab58ee8c8.tar.gz rust-5bdd2cebe24455c7cffa056a4ce3497ab58ee8c8.zip | |
Auto merge of #7833 - Dmitry-Borodin:patch-1, r=giraffate
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
| -rw-r--r-- | doc/basics.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/basics.md b/doc/basics.md index ff2e0417435..57a90a924ec 100644 --- a/doc/basics.md +++ b/doc/basics.md @@ -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. |
