mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user