Skip to content

Commit cacacd1

Browse files
committed
Remove MTLock
1 parent bacde4f commit cacacd1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/parallel-rustc.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ are implemented differently depending on whether `parallel-compiler` is true.
4848
| -------------------------------- | --------------------------------------------------- | ------------ |
4949
| Lock\<T> | (parking_lot::Mutex\<T>) | (std::cell::RefCell) |
5050
| RwLock\<T> | (parking_lot::RwLock\<T>) | (std::cell::RefCell) |
51-
| MTLock\<T> | (Lock\<T>) | (T) |
5251
| ReadGuard | parking_lot::RwLockReadGuard | std::cell::Ref |
5352
| MappedReadGuard | parking_lot::MappedRwLockReadGuard | std::cell::Ref |
5453
| WriteGuard | parking_lot::RwLockWriteGuard | std::cell::RefMut |

0 commit comments

Comments
 (0)