Skip to content

Commit

Permalink
Resolve ambiguous imports
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Morenz <greg-morenz@droid.cafe>
  • Loading branch information
gmorenz committed Mar 6, 2025
1 parent 365d847 commit 51c0e02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mozjs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
//!
pub mod jsapi {
// Resolve ambiguous imports
pub use mozjs_sys::jsapi::js::detail;
pub use mozjs_sys::jsapi::JS::{FrontendContext, MemoryUse};

pub use mozjs_sys::jsapi::glue::*;
pub use mozjs_sys::jsapi::js::detail::*;
pub use mozjs_sys::jsapi::js::*;
Expand Down

0 comments on commit 51c0e02

Please sign in to comment.