Skip to content

Commit efa3dae

Browse files
committed
compiler/rustc_data_structures/src/sync.rs: delete Weak
1 parent 844a47a commit efa3dae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parallel-rustc.md

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ are implemented differently depending on whether `parallel-compiler` is true.
4646

4747
| data structure | parallel | non-parallel |
4848
| -------------------------------- | --------------------------------------------------- | ------------ |
49-
| Weak | std::sync::Weak | std::rc::Weak |
5049
| Atomic{Bool}/{Usize}/{U32}/{U64} | std::sync::atomic::Atomic{Bool}/{Usize}/{U32}/{U64} | (std::cell::Cell<bool/usize/u32/u64>) |
5150
| OnceCell | std::sync::OnceLock | std::cell::OnceCell |
5251
| Lock\<T> | (parking_lot::Mutex\<T>) | (std::cell::RefCell) |

0 commit comments

Comments
 (0)