mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
Cleanup comments
This commit is contained in:
parent
1d629d8d66
commit
7512200ba2
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue