Skip to content

Commit 3fc8b28

Browse files
authored
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" />
1 parent ce19dbb commit 3fc8b28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codex-rs/core/src/model_provider_info.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ pub struct ModelProviderInfo {
9999
}
100100

101101
impl ModelProviderInfo {
102-
#[allow(dead_code)]
103102
fn build_header_map(&self) -> crate::error::Result<HeaderMap> {
104103
let mut headers = HeaderMap::new();
105104
if let Some(extra) = &self.http_headers {

0 commit comments

Comments
 (0)