You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: doc/basics.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,10 @@ cargo dev update_lints
93
93
cargo dev new_lint
94
94
# automatically formatting all code before each commit
95
95
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
97
97
cargo dev setup intellij
98
98
```
99
+
More about intellij command usage and reasons [here](../CONTRIBUTING.md#intellij-rust)
99
100
100
101
## lintcheck
101
102
`cargo lintcheck` will build and run clippy on a fixed set of crates and generate a log of the results.
0 commit comments