File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ the reference file with:
69
69
cargo dev bless
70
70
```
71
71
72
- For example, this is necessary, if you fix a typo in an error message of a lint
72
+ For example, this is necessary if you fix a typo in an error message of a lint,
73
73
or if you modify a test file to add a test case.
74
74
75
75
> _ Note:_ This command may update more files than you intended. In that case
@@ -101,8 +101,9 @@ cargo dev setup intellij
101
101
cargo dev dogfood
102
102
```
103
103
104
- More about intellij command usage and reasons
105
- [ here] ( https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md#intellij-rust )
104
+ More about [ intellij] command usage and reasons.
105
+
106
+ [ intellij ] : https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md#intellij-rust
106
107
107
108
## lintcheck
108
109
You can’t perform that action at this time.
0 commit comments