mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 08:05:12 +00:00
make lint description more consistent (writer/reader -> write/read)
Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
This commit is contained in:
parent
136339f2d3
commit
205a3741c1
@ -3536,7 +3536,7 @@ declare_clippy_lint! {
|
||||
#[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 {
|
||||
|
Loading…
Reference in New Issue
Block a user