Skip to content

Commit 605c35a

Browse files
committed
OwningRef exists no more
1 parent 07f16bb commit 605c35a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/parallel-rustc.md

-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)