mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
remove unused clippy wrapper
This commit is contained in:
@@ -92,7 +92,6 @@ fn message_input_texts(item: &serde_json::Value) -> Vec<&str> {
|
||||
.collect()
|
||||
}
|
||||
|
||||
#[expect(clippy::unwrap_used)]
|
||||
fn assistant_message_item_by_text<'a>(
|
||||
input: &'a [serde_json::Value],
|
||||
text: &str,
|
||||
|
||||
Reference in New Issue
Block a user