Michal S 2 years ago
parent fee9ea2fd3
commit ab26c17dfd
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -23,7 +23,7 @@ fn list(dir: &str) -> Vec<String> {
.collect::<Vec<&str>>() .collect::<Vec<&str>>()
.last() .last()
.unwrap()) .unwrap())
.to_string() .to_string()
}) })
.collect(); .collect();
dirs dirs

Loading…
Cancel
Save