Skip to content

Commit cc568e9

Browse files
authored
Merge branch 'main' into mozjs_mirror
2 parents 6b8ea52 + d1f1519 commit cc568e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mozjs-sys/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ fn build_jsapi_bindings(build_dir: &Path) {
329329
// investigate switching to the "constified module" strategy, which has
330330
// similar ergonomics but avoids some potential Rust UB footguns.
331331
.rustified_enum(".*")
332+
.derive_partialeq(true)
332333
.size_t_is_usize(true)
333334
.enable_cxx_namespaces()
334335
.with_codegen_config(config)

0 commit comments

Comments
 (0)