Complete 100% function doc coverage

This commit is contained in:
2026-06-01 17:14:02 +02:00
parent ee7d1b4231
commit 8c3f0e2fd3
7 changed files with 58 additions and 10 deletions
+2
View File
@@ -179,6 +179,7 @@ fn scan_other_users(
}
}
/// Linux variant — same logic as the Windows version above.
#[cfg(not(target_os = "windows"))]
fn scan_other_users(
found: &mut Vec<DiscoveredFolder>,
@@ -253,6 +254,7 @@ fn scan_common_install_dirs(
}
}
/// Linux variant — same logic as the Windows version above.
#[cfg(not(target_os = "windows"))]
fn scan_common_install_dirs(
found: &mut Vec<DiscoveredFolder>,