mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
config_paths: remove unused clone()
This commit is contained in:
2
src/env/config_paths.rs
vendored
2
src/env/config_paths.rs
vendored
@@ -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()),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user