Skip to content

Commit

Permalink
Re-export TraceableTrace for custom rootable types.
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Matthews <[email protected]>
  • Loading branch information
jdm committed Dec 14, 2024
1 parent 96d78c6 commit 2e43458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozjs/src/gc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pub use crate::gc::collections::*;
pub use crate::gc::custom::*;
pub use crate::gc::root::*;
pub use crate::gc::trace::*;
pub use mozjs_sys::jsgc::{GCMethods, RootKind};
pub use mozjs_sys::jsgc::{GCMethods, RootKind, TraceableTrace};

mod collections;
mod custom;
Expand Down

0 comments on commit 2e43458

Please sign in to comment.