From 4b21fc4f3f123231cd662504f56496d017c0add9 Mon Sep 17 00:00:00 2001 From: boris Date: Fri, 11 Sep 2026 01:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=94=BE=E5=85=B1=E4=BA=AB=E7=AD=96?= =?UTF-8?q?=E7=95=A5=E5=88=AB=E5=90=8D=E8=A7=84=E8=8C=83=E5=8C=96=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=E4=BE=9B=E6=9C=8D=E5=8A=A1=E7=BB=9F=E4=B8=80=E4=BD=BF?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/fidc-core/src/platform_strategy_spec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fidc-core/src/platform_strategy_spec.rs b/crates/fidc-core/src/platform_strategy_spec.rs index c7236cc..89da1a0 100644 --- a/crates/fidc-core/src/platform_strategy_spec.rs +++ b/crates/fidc-core/src/platform_strategy_spec.rs @@ -648,7 +648,7 @@ fn normalize_risk_policy_aliases_in_value(value: &mut Value) -> Result<(), Strin /// contract can legitimately arrive with both spellings. Canonicalise those /// pairs once at the boundary, while rejecting conflicting values instead of /// silently choosing one. -fn normalize_strategy_aliases_in_value(value: &mut Value) -> Result<(), String> { +pub fn normalize_strategy_aliases_in_value(value: &mut Value) -> Result<(), String> { normalize_strategy_aliases_in_value_inner(value, false) }