mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
clippy
This commit is contained in:
@@ -133,7 +133,7 @@ fn parse_example<'v>(value: Value<'v>) -> Result<Vec<String>> {
|
||||
}
|
||||
|
||||
if let Some(list) = ListRef::from_value(value) {
|
||||
return parse_list_example(&list);
|
||||
return parse_list_example(list);
|
||||
}
|
||||
|
||||
Err(Error::InvalidExample(format!(
|
||||
|
||||
Reference in New Issue
Block a user