mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
fix: remove inaccurate #[allow(dead_code)] marker
This commit is contained in:
@@ -99,7 +99,6 @@ pub struct ModelProviderInfo {
|
||||
}
|
||||
|
||||
impl ModelProviderInfo {
|
||||
#[allow(dead_code)]
|
||||
fn build_header_map(&self) -> crate::error::Result<HeaderMap> {
|
||||
let mut headers = HeaderMap::new();
|
||||
if let Some(extra) = &self.http_headers {
|
||||
|
||||
Reference in New Issue
Block a user