config_paths: remove unused clone()

This commit is contained in:
Johannes Altmanninger
2025-10-27 12:45:20 +01:00
parent a5cbbd7f10
commit f00b775172

View File

@@ -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()),
);