mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +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) {
|
match get_metadata(self.p_buf.as_path(), self.must_dereference) {
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
let _ = out.flush();
|
let _ = out.flush();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue