Skip to content

Commit 7c5641d

Browse files
committed
Re-export zerogc_derive::Trace from root crate
1 parent cedb3d1 commit 7c5641d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ use core::hash::{Hash, Hasher};
5858
use core::fmt::{self, Debug, Formatter};
5959

6060
use zerogc_derive::unsafe_gc_impl;
61+
pub use zerogc_derive::{Trace, NullTrace};
6162

6263
use crate::vec::{GcVec};
6364
pub use crate::array::GcArray;

0 commit comments

Comments
 (0)