diff --git a/src/env/config_paths.rs b/src/env/config_paths.rs index df56532bf..5db50d03a 100644 --- a/src/env/config_paths.rs +++ b/src/env/config_paths.rs @@ -126,7 +126,7 @@ pub fn new() -> Self { "paths.bin: %s", paths .bin - .clone() + .as_ref() .map(|x| x.display().to_string()) .unwrap_or("|not found|".to_string()), );