Skip to content

Commit 205a374

Browse files
y21giraffate
andcommitted
make lint description more consistent (writer/reader -> write/read)
Co-authored-by: Takayuki Nakata <[email protected]>
1 parent 136339f commit 205a374

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3536,7 +3536,7 @@ declare_clippy_lint! {
35363536
#[clippy::version = "1.73.0"]
35373537
pub READONLY_WRITE_LOCK,
35383538
nursery,
3539-
"acquiring a writer lock when a reader lock would work"
3539+
"acquiring a write lock when a read lock would work"
35403540
}
35413541

35423542
pub struct Methods {

0 commit comments

Comments
 (0)