File tree 1 file changed +0
-2
lines changed
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.
44
44
| MappedWriteGuard | parking_lot::MappedRwLockWriteGuard | std::cell::RefMut |
45
45
| LockGuard | parking_lot::MutexGuard | std::cell::RefMut |
46
46
| MappedLockGuard | parking_lot::MappedMutexGuard | std::cell::RefMut |
47
- | MetadataRef | [ ` OwningRef<Box<dyn Erased + Send + Sync>, [u8]> ` ] [ OwningRef ] | [ ` OwningRef<Box<dyn Erased>, [u8]> ` ] [ OwningRef ] |
48
47
49
48
- These thread-safe data structures interspersed during compilation can
50
49
cause a lot of lock contention, which actually degrades performance as the
@@ -164,4 +163,3 @@ are a bit out of date):
164
163
[ parallel-rustdoc ] : https://github.com/rust-lang/rust/issues/82741
165
164
[ Arc ] : https://doc.rust-lang.org/std/sync/struct.Arc.html
166
165
[ 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