Skip to content

Commit b9555e2

Browse files
authored
re-export mozjs_sys::jsgc::ValueArray (#640)
Signed-off-by: Taym Haddadi <[email protected]>
1 parent 18029ea commit b9555e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mozjs/src/gc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pub use crate::gc::collections::*;
22
pub use crate::gc::custom::*;
33
pub use crate::gc::root::*;
44
pub use crate::gc::trace::*;
5-
pub use mozjs_sys::jsgc::{GCMethods, Initialize, RootKind, Rootable, StackGCVector};
5+
pub use mozjs_sys::jsgc::{GCMethods, Initialize, RootKind, Rootable, StackGCVector, ValueArray};
66
pub use mozjs_sys::trace::Traceable;
77

88
mod collections;

0 commit comments

Comments
 (0)