aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/proc_macro.rs
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2021-04-02 19:46:37 +0100
committerJonas Schievink <[email protected]>2021-04-02 19:46:37 +0100
commite73d26fa62c61602e0bceb7d9cf7c661badee57b (patch)
tree8541571011ca81bcb2536374f43873fdc049295e /crates/hir_expand/src/proc_macro.rs
parent0129628a0f497834a544fa981078b43321c9020a (diff)
Stop using an upgradeable read lock in interning
Only one upgradeable read lock can be handed out at the same time, and we never acquire a non-upgradeable read lock, so this has no benefit over just using a write lock in the first place.
Diffstat (limited to 'crates/hir_expand/src/proc_macro.rs')
0 files changed, 0 insertions, 0 deletions