diff --git a/shared/src/fns.rs b/shared/src/fns.rs index 7018a3d9..2ac3234d 100644 --- a/shared/src/fns.rs +++ b/shared/src/fns.rs @@ -1,4 +1,4 @@ -use std::{env, ffi::OsStr, fmt::Display, path::{Component, Path, PathBuf}}; +use std::{borrow::Cow, env, ffi::OsStr, fmt::Display, path::{Component, Path, PathBuf}}; use tokio::fs;