From 7512200ba2966599d7742a0a49f9bddeea7a0426 Mon Sep 17 00:00:00 2001 From: electricboogie <32370782+electricboogie@users.noreply.github.com> Date: Wed, 26 Jan 2022 16:52:05 -0600 Subject: [PATCH] Cleanup comments --- src/uu/ls/src/ls.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();