Swapped out to_string_lossy with display for user facing text (#5666)
Signed-off-by: Vincent Huang <vhuang@squareup.com>
This commit is contained in:
@@ -63,7 +63,7 @@ pub fn load_local_recipe_file(recipe_name: &str) -> Result<RecipeFile> {
|
||||
|
||||
let search_dirs_str = search_dirs
|
||||
.iter()
|
||||
.map(|p| p.to_string_lossy())
|
||||
.map(|p| p.display().to_string())
|
||||
.collect::<Vec<_>>()
|
||||
.join(":");
|
||||
Err(anyhow!(
|
||||
|
||||
Reference in New Issue
Block a user