Skip to content

Commit d96c489

Browse files
committed
Rephrase clippy policy
1 parent 3aae785 commit d96c489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Including a description and GIF suitable for the changelog means less work for t
101101

102102
We don't enforce Clippy.
103103
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.
104+
Selectively patching false-positives with `allow(clippy)` is probably worse than entirely disabling a problematic lint.
105105
There's a `cargo lint` command which runs a subset of low-FPR lints.
106106
Careful tweaking of `lint` is welcome.
107107
Of course, applying Clippy suggestions is welcome as long as they indeed improve the code.

0 commit comments

Comments
 (0)