chore: allow unused

This commit is contained in:
GyDi 2023-01-13 23:11:48 +08:00
parent 0123135237
commit 1cb43fe110

View File

@ -107,6 +107,7 @@ pub fn profiles_path() -> Result<PathBuf> {
Ok(app_home_dir()?.join(PROFILE_YAML))
}
#[allow(unused)]
pub fn app_res_dir() -> Result<PathBuf> {
unsafe {
Ok(RESOURCE_DIR