mirror of
https://github.com/openai/codex.git
synced 2026-09-20 12:47:38 +00:00
address clippy lints for workspace context
This commit is contained in:
@@ -1884,7 +1884,7 @@ impl Session {
|
||||
|
||||
let hint = cwd.file_name().and_then(|name| name.to_str()).map_or_else(
|
||||
|| cwd.to_string_lossy().into_owned(),
|
||||
|name| name.to_string(),
|
||||
std::string::ToString::to_string,
|
||||
);
|
||||
|
||||
let mut workspaces = BTreeMap::new();
|
||||
|
||||
Reference in New Issue
Block a user