Add allow(unused) attribute for app_res_dir

This commit is contained in:
iam54r1n4 2023-01-22 13:57:32 -08:00
parent 525821f093
commit d70f92f467

View file

@ -106,7 +106,7 @@ pub fn verge_path() -> Result<PathBuf> {
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