From c1faea73d7101ac05c18b201b8ea4b465fc06414 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Wed, 10 Dec 2025 17:03:19 -0800 Subject: [PATCH] fix: remove inaccurate `#[allow(dead_code)]` marker --- codex-rs/core/src/model_provider_info.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/src/model_provider_info.rs b/codex-rs/core/src/model_provider_info.rs index 82072fc2aa..aa86501014 100644 --- a/codex-rs/core/src/model_provider_info.rs +++ b/codex-rs/core/src/model_provider_info.rs @@ -99,7 +99,6 @@ pub struct ModelProviderInfo { } impl ModelProviderInfo { - #[allow(dead_code)] fn build_header_map(&self) -> crate::error::Result { let mut headers = HeaderMap::new(); if let Some(extra) = &self.http_headers {