mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
make lint description more consistent (writer/reader -> write/read)
Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
This commit is contained in:
@@ -3536,7 +3536,7 @@
|
||||
#[clippy::version = "1.73.0"]
|
||||
pub READONLY_WRITE_LOCK,
|
||||
nursery,
|
||||
"acquiring a writer lock when a reader lock would work"
|
||||
"acquiring a write lock when a read lock would work"
|
||||
}
|
||||
|
||||
pub struct Methods {
|
||||
|
||||
Reference in New Issue
Block a user