From 4a20ef1850603f6d78704a6bbd5be33cbae299d0 Mon Sep 17 00:00:00 2001 From: Jan Verbeek Date: Sun, 12 Sep 2021 13:17:55 +0200 Subject: [PATCH] chcon: Remove unused Options.dereference to fix Clippy --- src/uu/chcon/src/chcon.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/uu/chcon/src/chcon.rs b/src/uu/chcon/src/chcon.rs index 98ebebf34..9664f69f5 100644 --- a/src/uu/chcon/src/chcon.rs +++ b/src/uu/chcon/src/chcon.rs @@ -281,7 +281,6 @@ pub fn uu_app() -> App<'static, 'static> { #[derive(Debug)] struct Options { verbose: bool, - dereference: bool, preserve_root: bool, recursive_mode: RecursiveMode, affect_symlink_referent: bool, @@ -331,9 +330,6 @@ fn parse_command_line(config: clap::App, args: impl uucore::Args) -> Result Result