remove unused clippy wrapper

This commit is contained in:
Roy Han
2026-03-20 15:20:36 -07:00
parent 91b11993b7
commit 36a24e4cf3

View File

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