fix: remove inaccurate #[allow(dead_code)] marker

This commit is contained in:
Michael Bolin
2025-12-10 17:03:19 -08:00
parent 87f5b69b24
commit c1faea73d7

View File

@@ -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 {