Merge pull request #7943 from cakebaker/du_fix_never_used_warning_in_test

du: fix "function never used" warning in test
This commit is contained in:
Sylvestre Ledru
2025-05-20 09:44:33 +02:00
committed by GitHub
+3 -1
View File
@@ -275,7 +275,9 @@ fn du_hard_link(s: &str) {
#[cfg(all(
not(target_vendor = "apple"),
not(target_os = "windows"),
not(target_os = "freebsd")
not(target_os = "freebsd"),
not(target_os = "openbsd"),
not(target_os = "android")
))]
fn du_hard_link(s: &str) {
// MS-WSL linux has altered expected output