Skip to content

Commit 844a47a

Browse files
committed
compiler/rustc_data_structures/src/sync.rs: delete MappedLockGuard
It seems it is left-over after some refactoring
1 parent 20edddc commit 844a47a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parallel-rustc.md

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ are implemented differently depending on whether `parallel-compiler` is true.
5858
| WriteGuard | parking_lot::RwLockWriteGuard | std::cell::RefMut |
5959
| MappedWriteGuard | parking_lot::MappedRwLockWriteGuard | std::cell::RefMut |
6060
| LockGuard | parking_lot::MutexGuard | std::cell::RefMut |
61-
| MappedLockGuard | parking_lot::MappedMutexGuard | std::cell::RefMut |
6261

6362
- These thread-safe data structures are interspersed during compilation which
6463
can cause lock contention resulting in degraded performance as the number of

0 commit comments

Comments
 (0)