Add allow(unused) attribute for app_res_dir
This commit is contained in:
parent
525821f093
commit
d70f92f467
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue