diff options
| author | Dmitry Borodin <git@DmitryBorodin.com> | 2021-10-19 20:33:39 +0200 |
|---|---|---|
| committer | Dmitry Borodin <git@DmitryBorodin.com> | 2021-10-19 20:33:39 +0200 |
| commit | 7246731ad87b78b02a7074154e41a7ef1ea84296 (patch) | |
| tree | 9d94f8dec1dc8ada035e001a9493fda5d15f511e | |
| parent | bdc16242594e2ad9dea5ad8591417765b6bcc41c (diff) | |
| download | rust-7246731ad87b78b02a7074154e41a7ef1ea84296.tar.gz rust-7246731ad87b78b02a7074154e41a7ef1ea84296.zip | |
made description of intellij a link by moving outside of code block.
| -rw-r--r-- | doc/basics.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/basics.md b/doc/basics.md index 6da90ebf5f5..57a90a924ec 100644 --- a/doc/basics.md +++ b/doc/basics.md @@ -93,9 +93,10 @@ cargo dev update_lints cargo dev new_lint # automatically formatting all code before each commit cargo dev setup git-hook -# (experimental) Setup Clippy to work with IntelliJ-Rust. Details here: https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md#intellij-rust +# (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. |
