We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20edddc commit 844a47aCopy full SHA for 844a47a
src/parallel-rustc.md
@@ -58,7 +58,6 @@ are implemented differently depending on whether `parallel-compiler` is true.
58
| WriteGuard | parking_lot::RwLockWriteGuard | std::cell::RefMut |
59
| MappedWriteGuard | parking_lot::MappedRwLockWriteGuard | std::cell::RefMut |
60
| LockGuard | parking_lot::MutexGuard | std::cell::RefMut |
61
-| MappedLockGuard | parking_lot::MappedMutexGuard | std::cell::RefMut |
62
63
- These thread-safe data structures are interspersed during compilation which
64
can cause lock contention resulting in degraded performance as the number of
0 commit comments