diff --git a/src/uu/ls/src/ls.rs b/src/uu/ls/src/ls.rs index 542cf1252..a5cba5d11 100644 --- a/src/uu/ls/src/ls.rs +++ b/src/uu/ls/src/ls.rs @@ -1378,7 +1378,7 @@ impl PathData { } } - // if not, check if we can use path metadata + // if not, check if we can use Path metadata match get_metadata(self.p_buf.as_path(), self.must_dereference) { Err(err) => { let _ = out.flush();