We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b8ea52 + d1f1519 commit cc568e9Copy full SHA for cc568e9
mozjs-sys/build.rs
@@ -329,6 +329,7 @@ fn build_jsapi_bindings(build_dir: &Path) {
329
// investigate switching to the "constified module" strategy, which has
330
// similar ergonomics but avoids some potential Rust UB footguns.
331
.rustified_enum(".*")
332
+ .derive_partialeq(true)
333
.size_t_is_usize(true)
334
.enable_cxx_namespaces()
335
.with_codegen_config(config)
0 commit comments