Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7246731

Browse files
made description of intellij a link by moving outside of code block.
1 parent bdc1624 commit 7246731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/basics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ cargo dev update_lints
9393
cargo dev new_lint
9494
# automatically formatting all code before each commit
9595
cargo dev setup git-hook
96-
# (experimental) Setup Clippy to work with IntelliJ-Rust. Details here: https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md#intellij-rust
96+
# (experimental) Setup Clippy to work with IntelliJ-Rust
9797
cargo dev setup intellij
9898
```
99+
More about intellij command usage and reasons [here](../CONTRIBUTING.md#intellij-rust)
99100

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

0 commit comments

Comments
 (0)