Use of raw RWLock instead of RwLock #60576
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
rust/src/libstd/panicking.rs
Lines 57 to 58 in 7ac0200
looking at these two lines of code is very frightening.
Is there a specific reason to use
RWLock
instead ofRwLock
? I would open a PR with either usingRwLock
or a comment describing whyRWLock
is needed here.@rustbot modify labels: T-libs
The text was updated successfully, but these errors were encountered: