mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
Clippy fix
This commit is contained in:
@@ -466,7 +466,7 @@ fn sanitize_config_toml(mut merged_toml: TomlValue) -> (TomlValue, Vec<ConfigWar
|
||||
ReasoningEffort::XHigh,
|
||||
]
|
||||
.iter()
|
||||
.map(|effort| effort.to_string())
|
||||
.map(ReasoningEffort::to_string)
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
if let TomlValue::Table(table) = &mut merged_toml {
|
||||
|
||||
Reference in New Issue
Block a user