uucore/perms: remove erroneous comment

This commit is contained in:
Michael Debertol 2021-09-03 14:37:47 +02:00
parent 435b7a22fb
commit d1c3a8f69a

View file

@ -181,7 +181,6 @@ pub struct ChownExecutor {
pub files: Vec<String>,
pub recursive: bool,
pub preserve_root: bool,
// Must be true if traverse_symlinks is not None
pub dereference: bool,
}