From fcbdb2c9403239fbc2efaa2eececfb2acc764c9f Mon Sep 17 00:00:00 2001 From: viyatb-oai Date: Tue, 9 Jun 2026 17:45:22 -0700 Subject: [PATCH] fix: align staged relay lint allowance Co-authored-by: Codex noreply@openai.com --- codex-rs/exec-server/src/noise_relay/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/exec-server/src/noise_relay/mod.rs b/codex-rs/exec-server/src/noise_relay/mod.rs index de71cb1900..7819083733 100644 --- a/codex-rs/exec-server/src/noise_relay/mod.rs +++ b/codex-rs/exec-server/src/noise_relay/mod.rs @@ -25,7 +25,7 @@ pub(crate) use harness::noise_harness_connection_from_websocket; // This value is already part of the relay wire contract. Keep it stable even // though the source module now uses the more precise Noise terminology. -#[expect( +#[allow( dead_code, reason = "used by the remote Noise opt-in in the next stacked change" )]