mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-25 19:52:37 +02:00
Complete 100% function doc coverage
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user