From 28ffa44ba836ed6dd377416ff33f8d4d6e0001b3 Mon Sep 17 00:00:00 2001 From: Yan Chen Date: Thu, 16 Apr 2026 19:53:28 -0700 Subject: [PATCH] enable merge-equal-types --- src/instrument.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instrument.rs b/src/instrument.rs index 06fd281..e137be6 100644 --- a/src/instrument.rs +++ b/src/instrument.rs @@ -138,7 +138,7 @@ fn bindgen( .arg("--world") .arg(world_name) .arg("--generate-all") - //.arg("--merge-structurally-equal-types=true") + .arg("--merge-structurally-equal-types=true") .arg("--out-dir") .arg(&out_dir) .status()?;