Fix cargo clippy warnings

This commit is contained in:
Philip Kristoffersen
2021-09-25 12:04:12 +02:00
parent d634a26035
commit 993251156d
4 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ fn get_manifest_dir_path(
#[cfg(target_os = "linux")]
{
//No path defined for epic gamestore, and we cannot guess on linux
return Err(PathNotDefined);
Err(PathNotDefined)
}
#[cfg(target_os = "windows")]