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

Me reading this clippy warning:

<img width="263" height="191" alt="image"
src="https://github.com/user-attachments/assets/3a936a17-f91d-47bc-a08a-cafb154e9e32"
/>
This commit is contained in:
Michael Bolin
2025-12-10 17:48:46 -08:00
committed by GitHub
parent ce19dbbb22
commit 3fc8b2894f

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 {