Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 0906471

Browse files
committed
Re-export IntoHandle trait
1 parent 26b270d commit 0906471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rust.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ use panic::maybe_resume_unwind;
6868

6969
use default_heapsize;
7070

71-
pub use mozjs_sys::jsgc::GCMethods;
71+
pub use mozjs_sys::jsgc::{GCMethods, IntoHandle};
7272

7373
// From Gecko:
7474
// Our "default" stack is what we use in configurations where we don't have a compelling reason to
@@ -1468,4 +1468,4 @@ pub mod jsapi_wrapped {
14681468
include!("jsapi_wrappers.in");
14691469
include!("glue_wrappers.in");
14701470
}
1471-
1471+

0 commit comments

Comments
 (0)