Skip to content
Snippets Groups Projects
Unverified Commit 439d885e authored by GyDi's avatar GyDi
Browse files

chore: allow unused

parent 43dee3ef
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment