mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Clippy fixes (#309)
* Automatic clippy fixes * Manual clippy corrections
This commit is contained in:
@@ -31,7 +31,7 @@ mod unix {
|
||||
.join("steamapps")
|
||||
.join("compatdata");
|
||||
|
||||
if let Ok(compat_folder) = std::fs::read_dir(&compat_folder_path) {
|
||||
if let Ok(compat_folder) = std::fs::read_dir(compat_folder_path) {
|
||||
for dir in compat_folder.flatten() {
|
||||
let binary_path = dir
|
||||
.path()
|
||||
|
||||
Reference in New Issue
Block a user