Skip to content

Commit 6011c06

Browse files
committed
Add RawRc type
1 parent 688982a commit 6011c06

File tree

3 files changed

+432
-0
lines changed

3 files changed

+432
-0
lines changed

library/alloc/src/raw_rc/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ use core::cell::UnsafeCell;
6565
use core::mem;
6666
use core::sync::atomic::Atomic;
6767

68+
mod raw_rc;
6869
mod raw_weak;
6970
mod rc_alloc;
7071
mod rc_layout;

0 commit comments

Comments
 (0)