We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da29c3e commit ff71569Copy full SHA for ff71569
1 file changed
book/src/configuration.md
@@ -79,7 +79,7 @@ This also works with lint groups. For example, you can run Clippy with warnings
79
cargo clippy -- -W clippy::pedantic
80
```
81
82
-If you care only about a certain lints, you can allow all others and then explicitly warn on the lints you are
+If you care only about certain lints, you can allow all others and then explicitly warn on the lints you are
83
interested in:
84
85
```terminal
0 commit comments