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 3aae785 commit d96c489Copy full SHA for d96c489
docs/dev/style.md
@@ -101,7 +101,7 @@ Including a description and GIF suitable for the changelog means less work for t
101
102
We don't enforce Clippy.
103
A number of default lints have high false positive rate.
104
-Selectively patching false-positives with `allow(clippy)` is considered worse than not using Clippy at all.
+Selectively patching false-positives with `allow(clippy)` is probably worse than entirely disabling a problematic lint.
105
There's a `cargo lint` command which runs a subset of low-FPR lints.
106
Careful tweaking of `lint` is welcome.
107
Of course, applying Clippy suggestions is welcome as long as they indeed improve the code.
0 commit comments