1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Cleanup comments

This commit is contained in:
electricboogie 2022-01-26 16:52:05 -06:00
parent 1d629d8d66
commit 7512200ba2

View file

@ -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) { match get_metadata(self.p_buf.as_path(), self.must_dereference) {
Err(err) => { Err(err) => {
let _ = out.flush(); let _ = out.flush();