Skip to content

Commit bdc1624

Browse files
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.
1 parent d50cfd2 commit bdc1624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ 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
96+
# (experimental) Setup Clippy to work with IntelliJ-Rust. Details here: https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md#intellij-rust
9797
cargo dev setup intellij
9898
```
9999

0 commit comments

Comments
 (0)