mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Book: Small grammar + link a11y change
This commit is contained in:
parent
9a6eca5f85
commit
135a2730eb
1 changed files with 4 additions and 3 deletions
|
@ -69,7 +69,7 @@ the reference file with:
|
||||||
cargo dev bless
|
cargo dev bless
|
||||||
```
|
```
|
||||||
|
|
||||||
For example, this is necessary, if you fix a typo in an error message of a lint
|
For example, this is necessary if you fix a typo in an error message of a lint,
|
||||||
or if you modify a test file to add a test case.
|
or if you modify a test file to add a test case.
|
||||||
|
|
||||||
> _Note:_ This command may update more files than you intended. In that case
|
> _Note:_ This command may update more files than you intended. In that case
|
||||||
|
@ -101,8 +101,9 @@ cargo dev setup intellij
|
||||||
cargo dev dogfood
|
cargo dev dogfood
|
||||||
```
|
```
|
||||||
|
|
||||||
More about intellij command usage and reasons
|
More about [intellij] command usage and reasons.
|
||||||
[here](https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md#intellij-rust)
|
|
||||||
|
[intellij]: https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md#intellij-rust
|
||||||
|
|
||||||
## lintcheck
|
## lintcheck
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue