Clippy fix

This commit is contained in:
Eric Traut
2026-01-12 12:13:37 -08:00
parent cffae61594
commit 7baa1870b0

View File

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