File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ are implemented differently depending on whether `parallel-compiler` is true.
4444| MappedWriteGuard | parking_lot::MappedRwLockWriteGuard | std::cell::RefMut |
4545| LockGuard | parking_lot::MutexGuard | std::cell::RefMut |
4646| MappedLockGuard | parking_lot::MappedMutexGuard | std::cell::RefMut |
47- | MetadataRef | [ ` OwningRef<Box<dyn Erased + Send + Sync>, [u8]> ` ] [ OwningRef ] | [ ` OwningRef<Box<dyn Erased>, [u8]> ` ] [ OwningRef ] |
4847
4948- These thread-safe data structures interspersed during compilation can
5049 cause a lot of lock contention, which actually degrades performance as the
@@ -164,4 +163,3 @@ are a bit out of date):
164163[ parallel-rustdoc ] : https://github.com/rust-lang/rust/issues/82741
165164[ Arc ] : https://doc.rust-lang.org/std/sync/struct.Arc.html
166165[ Rc ] : https://doc.rust-lang.org/std/rc/struct.Rc.html
167- [ OwningRef ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_data_structures/owning_ref/index.html
You can’t perform that action at this time.
0 commit comments